aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2003-02-28 07:06:58 +0800
committerChris Toshok <toshok@src.gnome.org>2003-02-28 07:06:58 +0800
commit9abf82080cff93489d63cf6b0b929782b190c2fc (patch)
tree6df615b48897f1369bdc0a3be4594de1cdd01530 /addressbook/ChangeLog
parente814fa50393e093cb4bb8ad222a1ee9f98414ead (diff)
downloadgsoc2013-evolution-9abf82080cff93489d63cf6b0b929782b190c2fc.tar
gsoc2013-evolution-9abf82080cff93489d63cf6b0b929782b190c2fc.tar.gz
gsoc2013-evolution-9abf82080cff93489d63cf6b0b929782b190c2fc.tar.bz2
gsoc2013-evolution-9abf82080cff93489d63cf6b0b929782b190c2fc.tar.lz
gsoc2013-evolution-9abf82080cff93489d63cf6b0b929782b190c2fc.tar.xz
gsoc2013-evolution-9abf82080cff93489d63cf6b0b929782b190c2fc.tar.zst
gsoc2013-evolution-9abf82080cff93489d63cf6b0b929782b190c2fc.zip
use g_signal_connect here, not swapped... although since we pass the
2003-02-27 Chris Toshok <toshok@ximian.com> * gui/component/addressbook.c (book_open_cb): use g_signal_connect here, not swapped... although since we pass the widget as the closure it really doesn't matter. (load_uri_auth_cb): use a GtkDialog here. (search_result): same. * gui/component/select-names/e-simple-card-bonobo.h: add prototype for e_simple_card_bonobo_construct to fix warning. * gui/widgets/e-addressbook-view.c (create_alphabet): remove call to gtk_widget_set_usize. * gui/contact-editor/e-contact-editor-address.c (e_contact_editor_address_init): gtk_window_set_policy => gtk_window_set_resizable. * gui/contact-editor/e-contact-editor-fullname.c (e_contact_editor_fullname_init): same. svn path=/trunk/; revision=20095
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 9156c0165f..6efd4cfd19 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,24 @@
+2003-02-27 Chris Toshok <toshok@ximian.com>
+
+ * gui/component/addressbook.c (book_open_cb): use g_signal_connect
+ here, not swapped... although since we pass the widget as the
+ closure it really doesn't matter.
+ (load_uri_auth_cb): use a GtkDialog here.
+ (search_result): same.
+
+ * gui/component/select-names/e-simple-card-bonobo.h: add prototype
+ for e_simple_card_bonobo_construct to fix warning.
+
+ * gui/widgets/e-addressbook-view.c (create_alphabet): remove call
+ to gtk_widget_set_usize.
+
+ * gui/contact-editor/e-contact-editor-address.c
+ (e_contact_editor_address_init): gtk_window_set_policy =>
+ gtk_window_set_resizable.
+
+ * gui/contact-editor/e-contact-editor-fullname.c
+ (e_contact_editor_fullname_init): same.
+
2003-02-27 JP Rosevear <jpr@ximian.com>
* conduit/Makefile.am: link to libversit libtool object