From 9abf82080cff93489d63cf6b0b929782b190c2fc Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Thu, 27 Feb 2003 23:06:58 +0000 Subject: use g_signal_connect here, not swapped... although since we pass the 2003-02-27 Chris Toshok * 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 --- addressbook/gui/widgets/e-addressbook-view.c | 1 - 1 file changed, 1 deletion(-) (limited to 'addressbook/gui/widgets/e-addressbook-view.c') diff --git a/addressbook/gui/widgets/e-addressbook-view.c b/addressbook/gui/widgets/e-addressbook-view.c index db1636693a..6b6ddffe3f 100644 --- a/addressbook/gui/widgets/e-addressbook-view.c +++ b/addressbook/gui/widgets/e-addressbook-view.c @@ -1097,7 +1097,6 @@ create_alphabet (EAddressbookView *view) vbox = gtk_vbox_new (FALSE, 4); gtk_container_add (GTK_CONTAINER (viewport), vbox); - gtk_widget_set_usize (vbox, 27, 0); labels = _(button_labels); sep = g_utf8_get_char (labels); -- cgit v1.2.3