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/ChangeLog | 6 ++++++ addressbook/gui/component/select-names/e-select-names-bonobo.c | 2 ++ 2 files changed, 8 insertions(+) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index e103b256e3..49f1a59978 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +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. + 2003-01-09 Chris Toshok * gui/component/Makefile.am: addressbook-config.etspec is gone. 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