diff options
Diffstat (limited to 'shell/evolution-shell-component.c')
-rw-r--r-- | shell/evolution-shell-component.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/shell/evolution-shell-component.c b/shell/evolution-shell-component.c index 2063be04f7..3a33032c82 100644 --- a/shell/evolution-shell-component.c +++ b/shell/evolution-shell-component.c @@ -190,13 +190,9 @@ owner_ping_callback (void *data) if (owner_objref == CORBA_OBJECT_NIL) return FALSE; - g_print ("Pinging shell...\n"); - alive = bonobo_unknown_ping (owner_objref); - if (alive) { - g_print ("\tSuccess\n"); + if (alive) return TRUE; - } g_print ("\t*** Shell is dead\n"); gtk_signal_emit (GTK_OBJECT (shell_component), signals[OWNER_DIED]); |