From 2d8615531ca8bfabee8797331b00eb8d869a8e84 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 30 Oct 2001 03:35:29 +0000 Subject: Slightly change the debugigng message for when the shell has disappeared. * evolution-shell-component.c (owner_ping_callback): Slightly change the debugigng message for when the shell has disappeared. svn path=/trunk/; revision=14413 --- shell/ChangeLog | 5 +++++ shell/evolution-shell-component.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index cbaab71ace..6cddf700ad 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2001-10-29 Ettore Perazzoli + + * evolution-shell-component.c (owner_ping_callback): Slightly + change the debugigng message for when the shell has disappeared. + 2001-10-29 Ettore Perazzoli * evolution-shell-component.c (owner_ping_callback): Remove diff --git a/shell/evolution-shell-component.c b/shell/evolution-shell-component.c index 3a33032c82..296ffe396c 100644 --- a/shell/evolution-shell-component.c +++ b/shell/evolution-shell-component.c @@ -194,7 +194,7 @@ owner_ping_callback (void *data) if (alive) return TRUE; - g_print ("\t*** Shell is dead\n"); + g_print ("\t*** The shell has disappeared\n"); gtk_signal_emit (GTK_OBJECT (shell_component), signals[OWNER_DIED]); priv->ping_timeout_id = -1; -- cgit v1.2.3