diff options
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names-bonobo.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |