aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/evolution-shell-component.c6
2 files changed, 6 insertions, 5 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 67928be5c5..cbaab71ace 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,10 @@
2001-10-29 Ettore Perazzoli <ettore@ximian.com>
+ * evolution-shell-component.c (owner_ping_callback): Remove
+ ping debugging messages.
+
+2001-10-29 Ettore Perazzoli <ettore@ximian.com>
+
* e-shell.c (set_interactive): Remove debugging message.
2001-10-29 Damon Chaplin <damon@ximian.com>
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]);