diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-11-04 05:09:45 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-11-04 05:09:45 +0800 |
commit | 9b809ae73a935ea2405ce2af6987e3ae0db828a4 (patch) | |
tree | 83edf12cc4ee5f9695acf677cbde118548eaac67 /shell | |
parent | 01ea888ce8f93f316d8083ce9446edd33ac80b86 (diff) | |
download | gsoc2013-evolution-9b809ae73a935ea2405ce2af6987e3ae0db828a4.tar.gz gsoc2013-evolution-9b809ae73a935ea2405ce2af6987e3ae0db828a4.tar.zst gsoc2013-evolution-9b809ae73a935ea2405ce2af6987e3ae0db828a4.zip |
(setup_name_selector):
Append "_2" to the SelectNames OAFIID.
svn path=/trunk/; revision=23178
Diffstat (limited to 'shell')
-rw-r--r-- | shell/e-shell-shared-folder-picker-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-shared-folder-picker-dialog.c b/shell/e-shell-shared-folder-picker-dialog.c index 5cfc9e9393..e8444e81d6 100644 --- a/shell/e-shell-shared-folder-picker-dialog.c +++ b/shell/e-shell-shared-folder-picker-dialog.c @@ -111,7 +111,7 @@ setup_name_selector (GladeXML *glade_xml, CORBA_exception_init (&ev); - corba_iface = bonobo_activation_activate_from_id ("OAFIID:GNOME_Evolution_Addressbook_SelectNames", + corba_iface = bonobo_activation_activate_from_id ("OAFIID:GNOME_Evolution_Addressbook_SelectNames_2", 0, NULL, &ev); if (corba_iface == CORBA_OBJECT_NIL || BONOBO_EX (&ev)) { g_warning ("Cannot activate SelectNames -- %s", BONOBO_EX_REPOID (&ev)); |