aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-list-editor/e-contact-list-editor.c
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-11-27 10:39:19 +0800
committerChris Toshok <toshok@src.gnome.org>2002-11-27 10:39:19 +0800
commitfd57ebebf43ee3149efd8443996cde5d99490129 (patch)
tree5f45eba13968e6fc94035bdcd5fe1d1a58366874 /addressbook/gui/contact-list-editor/e-contact-list-editor.c
parent83a54e15a95b22f91b5ef68a2687a7af9f9d1b43 (diff)
downloadgsoc2013-evolution-fd57ebebf43ee3149efd8443996cde5d99490129.tar
gsoc2013-evolution-fd57ebebf43ee3149efd8443996cde5d99490129.tar.gz
gsoc2013-evolution-fd57ebebf43ee3149efd8443996cde5d99490129.tar.bz2
gsoc2013-evolution-fd57ebebf43ee3149efd8443996cde5d99490129.tar.lz
gsoc2013-evolution-fd57ebebf43ee3149efd8443996cde5d99490129.tar.xz
gsoc2013-evolution-fd57ebebf43ee3149efd8443996cde5d99490129.tar.zst
gsoc2013-evolution-fd57ebebf43ee3149efd8443996cde5d99490129.zip
remove redundant setting of y2.
2002-11-26 Chris Toshok <toshok@ximian.com> * gui/widgets/e-minicard.c (e_minicard_reflow): remove redundant setting of y2. * gui/contact-list-editor/e-contact-list-editor.c (e_contact_list_editor_init): show the table. * gui/component/select-names/e-select-names-completion.c: remove an unnecessary #include. * gui/component/addressbook-storage.c (addressbook_storage_setup): use g_build_filename. * gui/component/addressbook-component.c (remove_folder): use g_build_filename. (add_creatable_item): same. (ensure_completion_uris_exist): same, and use the right gconf paths for completion uris. svn path=/trunk/; revision=18940
Diffstat (limited to 'addressbook/gui/contact-list-editor/e-contact-list-editor.c')
-rw-r--r--addressbook/gui/contact-list-editor/e-contact-list-editor.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/addressbook/gui/contact-list-editor/e-contact-list-editor.c b/addressbook/gui/contact-list-editor/e-contact-list-editor.c
index 1605a69ae4..0fec8f00ee 100644
--- a/addressbook/gui/contact-list-editor/e-contact-list-editor.c
+++ b/addressbook/gui/contact-list-editor/e-contact-list-editor.c
@@ -227,6 +227,9 @@ e_contact_list_editor_init (EContactListEditor *editor)
editor->table = glade_xml_get_widget (gui, "contact-list-table");
editor->model = g_object_get_data (G_OBJECT(editor->table), "model");
+ /* XXX need this for libglade-2 it seems */
+ gtk_widget_show (editor->table);
+
editor->add_button = glade_xml_get_widget (editor->gui, "add-email-button");
editor->remove_button = glade_xml_get_widget (editor->gui, "remove-button");