aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-component-client.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-05-04 10:47:33 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-05-04 10:47:33 +0800
commitbe2f9a67f63403a95a96e0dfbd72a4c2e68e17c6 (patch)
tree8e7bf2f5fd9f86d8382ebecb5d469cc94e3ebdcf /shell/evolution-shell-component-client.c
parent7cfacb2f84e3189bed138326e788ea09bdb25eb8 (diff)
downloadgsoc2013-evolution-be2f9a67f63403a95a96e0dfbd72a4c2e68e17c6.tar
gsoc2013-evolution-be2f9a67f63403a95a96e0dfbd72a4c2e68e17c6.tar.gz
gsoc2013-evolution-be2f9a67f63403a95a96e0dfbd72a4c2e68e17c6.tar.bz2
gsoc2013-evolution-be2f9a67f63403a95a96e0dfbd72a4c2e68e17c6.tar.lz
gsoc2013-evolution-be2f9a67f63403a95a96e0dfbd72a4c2e68e17c6.tar.xz
gsoc2013-evolution-be2f9a67f63403a95a96e0dfbd72a4c2e68e17c6.tar.zst
gsoc2013-evolution-be2f9a67f63403a95a96e0dfbd72a4c2e68e17c6.zip
Complete the shell side for supporting off-line operations, getting
the dialog to fully work and the menu item to change its label according to the current status of the line. svn path=/trunk/; revision=9662
Diffstat (limited to 'shell/evolution-shell-component-client.c')
-rw-r--r--shell/evolution-shell-component-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/evolution-shell-component-client.c b/shell/evolution-shell-component-client.c
index db92d0efaf..2163813575 100644
--- a/shell/evolution-shell-component-client.c
+++ b/shell/evolution-shell-component-client.c
@@ -477,7 +477,7 @@ evolution_shell_component_client_get_offline_interface (EvolutionShellComponentC
CORBA_exception_init (&ev);
interface = Bonobo_Unknown_queryInterface (bonobo_object_corba_objref (BONOBO_OBJECT (shell_component_client)),
- "IDL:GNOME/Evolution/ShellComponent/Offline:1.0",
+ "IDL:GNOME/Evolution/Offline:1.0",
&ev);
if (ev._major != CORBA_NO_EXCEPTION)