aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-offline-handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-offline-handler.c')
-rw-r--r--shell/e-shell-offline-handler.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/shell/e-shell-offline-handler.c b/shell/e-shell-offline-handler.c
index 008af4dd93..3a0b9f8d40 100644
--- a/shell/e-shell-offline-handler.c
+++ b/shell/e-shell-offline-handler.c
@@ -420,16 +420,15 @@ prepare_for_offline (EShellOfflineHandler *offline_handler)
OfflineProgressListenerServant *progress_listener_servant;
ComponentInfo *component_info;
CORBA_Environment ev;
- const char *id;
offline_interface = get_offline_interface (info->iface);
if (offline_interface == CORBA_OBJECT_NIL)
continue;
- if (! create_progress_listener (offline_handler, id,
+ if (! create_progress_listener (offline_handler, info->id,
&progress_listener_interface,
&progress_listener_servant)) {
- g_warning ("Cannot create the Evolution::OfflineProgressListener interface for `%s'", id);
+ g_warning ("Cannot create the Evolution::OfflineProgressListener interface for `%s'", info->id);
continue;
}
@@ -438,7 +437,7 @@ prepare_for_offline (EShellOfflineHandler *offline_handler)
GNOME_Evolution_Offline_prepareForOffline (offline_interface, &active_connection_list, &ev);
if (ev._major != CORBA_NO_EXCEPTION) {
g_warning ("Cannot prepare component component to go offline -- %s [%s]",
- id, BONOBO_EX_REPOID (&ev));
+ info->id, BONOBO_EX_REPOID (&ev));
progress_listener_servant_free (progress_listener_servant);
@@ -454,7 +453,7 @@ prepare_for_offline (EShellOfflineHandler *offline_handler)
priv->num_total_connections += active_connection_list->_length;
- component_info = component_info_new (id,
+ component_info = component_info_new (info->id,
offline_interface,
progress_listener_interface,
progress_listener_servant,
s='deletions'>-0/+1 * SIZEify.trevor2004-01-291-0/+1 * Update rpm file for i386.nork2003-03-162-1/+5 * De-pkg-comment.knu2003-02-212-2/+3 * Correct pkg-comment.knu2002-12-041-1/+1 * o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1 * Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2 * Update to 1.0.14-0.7x.3 to fix security bug.trevor2002-08-265-21/+21 * Forbid because of security bug.trevor2002-08-261-0/+2 * MAINTEINER-suggested version up.mita2002-08-035-22/+24 * sweep extra directory.sf2001-03-082-0/+2 * support alpha platform(but not tested :-<)sanpei2000-11-022-0/+9