aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-component.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-10-30 11:35:29 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-10-30 11:35:29 +0800
commit2d8615531ca8bfabee8797331b00eb8d869a8e84 (patch)
tree81782bcebf45d7d5764c3d4d7f7bd3b23a8bcfdf /shell/evolution-shell-component.c
parent093a00cf2bba85c4f1f0826dde1cb500ecc415d6 (diff)
downloadgsoc2013-evolution-2d8615531ca8bfabee8797331b00eb8d869a8e84.tar
gsoc2013-evolution-2d8615531ca8bfabee8797331b00eb8d869a8e84.tar.gz
gsoc2013-evolution-2d8615531ca8bfabee8797331b00eb8d869a8e84.tar.bz2
gsoc2013-evolution-2d8615531ca8bfabee8797331b00eb8d869a8e84.tar.lz
gsoc2013-evolution-2d8615531ca8bfabee8797331b00eb8d869a8e84.tar.xz
gsoc2013-evolution-2d8615531ca8bfabee8797331b00eb8d869a8e84.tar.zst
gsoc2013-evolution-2d8615531ca8bfabee8797331b00eb8d869a8e84.zip
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
Diffstat (limited to 'shell/evolution-shell-component.c')
-rw-r--r--shell/evolution-shell-component.c2
1 files changed, 1 insertions, 1 deletions
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;