aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-11-04 05:09:45 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-11-04 05:09:45 +0800
commit9b809ae73a935ea2405ce2af6987e3ae0db828a4 (patch)
tree83edf12cc4ee5f9695acf677cbde118548eaac67
parent01ea888ce8f93f316d8083ce9446edd33ac80b86 (diff)
downloadgsoc2013-evolution-9b809ae73a935ea2405ce2af6987e3ae0db828a4.tar
gsoc2013-evolution-9b809ae73a935ea2405ce2af6987e3ae0db828a4.tar.gz
gsoc2013-evolution-9b809ae73a935ea2405ce2af6987e3ae0db828a4.tar.bz2
gsoc2013-evolution-9b809ae73a935ea2405ce2af6987e3ae0db828a4.tar.lz
gsoc2013-evolution-9b809ae73a935ea2405ce2af6987e3ae0db828a4.tar.xz
gsoc2013-evolution-9b809ae73a935ea2405ce2af6987e3ae0db828a4.tar.zst
gsoc2013-evolution-9b809ae73a935ea2405ce2af6987e3ae0db828a4.zip
(setup_name_selector):
Append "_2" to the SelectNames OAFIID. svn path=/trunk/; revision=23178
-rw-r--r--shell/e-shell-shared-folder-picker-dialog.c2
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));