From a645910fc85109532fddde2d33a4d172120ef163 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Tue, 19 Nov 2002 01:52:05 +0000 Subject: show the custom table. 2002-11-18 Chris Toshok * gui/component/select-names/e-select-names.c (e_select_names_init): show the custom table. svn path=/trunk/; revision=18834 --- addressbook/ChangeLog | 5 +++++ addressbook/gui/component/select-names/e-select-names.c | 1 + 2 files changed, 6 insertions(+) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 7739837525..95187320fd 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2002-11-18 Chris Toshok + + * gui/component/select-names/e-select-names.c + (e_select_names_init): show the custom table. + 2002-11-18 Chris Toshok * gui/widgets/gal-view-minicard.c (gal_view_minicard_attach): diff --git a/addressbook/gui/component/select-names/e-select-names.c b/addressbook/gui/component/select-names/e-select-names.c index 41c5a628c1..0e666a62d3 100644 --- a/addressbook/gui/component/select-names/e-select-names.c +++ b/addressbook/gui/component/select-names/e-select-names.c @@ -504,6 +504,7 @@ e_select_names_init (ESelectNames *e_select_names) e_select_names->model = g_object_get_data(G_OBJECT(e_select_names->table), "model"); e_select_names->adapter = g_object_get_data(G_OBJECT(e_select_names->table), "adapter"); e_select_names->without = g_object_get_data(G_OBJECT(e_select_names->table), "without"); + gtk_widget_show (GTK_WIDGET (e_select_names->table)); e_select_names->status_message = glade_xml_get_widget (gui, "status-message"); if (e_select_names->status_message && !GTK_IS_LABEL (e_select_names->status_message)) -- cgit v1.2.3