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
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2001-10-29 Ettore Perazzoli <ettore@ximian.com>
|
||||
|
||||
* evolution-shell-component.c (owner_ping_callback): Slightly
|
||||
change the debugigng message for when the shell has disappeared.
|
||||
|
||||
2001-10-29 Ettore Perazzoli <ettore@ximian.com>
|
||||
|
||||
* evolution-shell-component.c (owner_ping_callback): Remove
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user