aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-12-09 09:04:39 +0800
committerChris Toshok <toshok@src.gnome.org>2002-12-09 09:04:39 +0800
commitf4f96ef264bb0b168c5f8c995d945cff1c046b9b (patch)
treeb6f44ccac0ee7961f8ef0b127e06fdd2440f2147 /addressbook/ChangeLog
parentcca7f7dd64b65a4a17f2cee9f9ec426934bf65c9 (diff)
downloadgsoc2013-evolution-f4f96ef264bb0b168c5f8c995d945cff1c046b9b.tar
gsoc2013-evolution-f4f96ef264bb0b168c5f8c995d945cff1c046b9b.tar.gz
gsoc2013-evolution-f4f96ef264bb0b168c5f8c995d945cff1c046b9b.tar.bz2
gsoc2013-evolution-f4f96ef264bb0b168c5f8c995d945cff1c046b9b.tar.lz
gsoc2013-evolution-f4f96ef264bb0b168c5f8c995d945cff1c046b9b.tar.xz
gsoc2013-evolution-f4f96ef264bb0b168c5f8c995d945cff1c046b9b.tar.zst
gsoc2013-evolution-f4f96ef264bb0b168c5f8c995d945cff1c046b9b.zip
connect ::response to gtk_widget_destroy so the dialog goes away.
2002-12-08 Chris Toshok <toshok@ximian.com> * gui/widgets/e-addressbook-util.c (e_addressbook_error_dialog): connect ::response to gtk_widget_destroy so the dialog goes away. * gui/widgets/e-minicard-label.c (e_minicard_label_construct): don't use font_gdk anymore on EText. it doesn't exist. svn path=/trunk/; revision=19059
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index dac59bc1a6..17bbcd1a6a 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,13 @@
2002-12-08 Chris Toshok <toshok@ximian.com>
+ * gui/widgets/e-addressbook-util.c (e_addressbook_error_dialog):
+ connect ::response to gtk_widget_destroy so the dialog goes away.
+
+ * gui/widgets/e-minicard-label.c (e_minicard_label_construct):
+ don't use font_gdk anymore on EText. it doesn't exist.
+
+2002-12-08 Chris Toshok <toshok@ximian.com>
+
* gui/widgets/e-addressbook-reflow-adapter.c (text_height): this
uses pango now.
(addressbook_height): same.