diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-12-17 05:32:25 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-12-17 05:32:25 +0800 |
commit | 81d36ac97339888bd5d5fc81661371191922b1a1 (patch) | |
tree | 4b70a633781b29f1eb828a3b8fd35bfeed3a41e5 /addressbook/gui/component/addressbook-config.c | |
parent | ddc321dd764e5aece3e4fb7318c608e9eb3246e8 (diff) | |
download | gsoc2013-evolution-81d36ac97339888bd5d5fc81661371191922b1a1.tar.gz gsoc2013-evolution-81d36ac97339888bd5d5fc81661371191922b1a1.tar.zst gsoc2013-evolution-81d36ac97339888bd5d5fc81661371191922b1a1.zip |
(addressbook_config_control_new): Use
evolution_shell_client_corba_objref() instead of BONOBO_OBJREF()
to get the Shell CORBA object.
svn path=/trunk/; revision=19139
Diffstat (limited to 'addressbook/gui/component/addressbook-config.c')
-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; |