diff options
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/addressbook-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/addressbook-config.c b/addressbook/gui/component/addressbook-config.c index 1cc001f4e5..df65eb72d3 100644 --- a/addressbook/gui/component/addressbook-config.c +++ b/addressbook/gui/component/addressbook-config.c @@ -1677,7 +1677,7 @@ addressbook_config_control_new (void) { GNOME_Evolution_Shell shell; - shell = BONOBO_OBJREF (addressbook_component_get_shell_client ()); + shell = evolution_shell_client_corba_objref (addressbook_component_get_shell_client ()); if (! shell) return NULL; |