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
This commit is contained in:
Ettore Perazzoli
2001-05-04 02:47:33 +00:00
parent 7cfacb2f84
commit be2f9a67f6
4 changed files with 120 additions and 21 deletions

View File

@ -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)