From fd67bd851b0a590aff334faf1889a5c0804f869a Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Fri, 10 Jan 2003 01:06:44 +0000 Subject: call e_select_names_bonobo_construct on the newly created object. 2003-01-09 Chris Toshok * gui/component/select-names/e-select-names-bonobo.c (e_select_names_bonobo_new): call e_select_names_bonobo_construct on the newly created object. svn path=/trunk/; revision=19384 --- addressbook/gui/component/select-names/e-select-names-bonobo.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'addressbook/gui/component') diff --git a/addressbook/gui/component/select-names/e-select-names-bonobo.c b/addressbook/gui/component/select-names/e-select-names-bonobo.c index a8284a0f83..8b125e9078 100644 --- a/addressbook/gui/component/select-names/e-select-names-bonobo.c +++ b/addressbook/gui/component/select-names/e-select-names-bonobo.c @@ -455,6 +455,8 @@ e_select_names_bonobo_new (void) select_names = g_object_new (E_TYPE_SELECT_NAMES_BONOBO, NULL); + e_select_names_bonobo_construct (select_names); + return select_names; } -- cgit v1.2.3