diff options
author | Chris Toshok <toshok@ximian.com> | 2002-12-09 09:04:39 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-12-09 09:04:39 +0800 |
commit | f4f96ef264bb0b168c5f8c995d945cff1c046b9b (patch) | |
tree | b6f44ccac0ee7961f8ef0b127e06fdd2440f2147 /addressbook/ChangeLog | |
parent | cca7f7dd64b65a4a17f2cee9f9ec426934bf65c9 (diff) | |
download | gsoc2013-evolution-f4f96ef264bb0b168c5f8c995d945cff1c046b9b.tar.gz 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/ChangeLog | 8 |
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. |