From 983bf4db553c87fb72fe3e00a0c6195874c9c95c Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 22 Oct 2001 23:12:41 +0000 Subject: Remove the ping timeout. * evolution-shell-component.c (impl_unsetOwner): Remove the ping timeout. svn path=/trunk/; revision=13908 --- shell/ChangeLog | 5 +++++ shell/evolution-shell-component.c | 3 +++ 2 files changed, 8 insertions(+) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index 3d10b3e511..6a6fbde975 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2001-10-22 Ettore Perazzoli + + * evolution-shell-component.c (impl_unsetOwner): Remove the ping + timeout. + 2001-10-22 Ettore Perazzoli * e-shell.c (impl_Shell_selectUserFolder): Don't die if the parent diff --git a/shell/evolution-shell-component.c b/shell/evolution-shell-component.c index 2526ba61b6..fa94646fb1 100644 --- a/shell/evolution-shell-component.c +++ b/shell/evolution-shell-component.c @@ -411,6 +411,9 @@ impl_unsetOwner (PortableServer_Servant servant, bonobo_object_unref (BONOBO_OBJECT (priv->owner_client)); priv->owner_client = NULL; + if (priv->ping_timeout_id != -1) + g_source_remove (priv->ping_timeout_id); + gtk_signal_emit (GTK_OBJECT (shell_component), signals[OWNER_UNSET]); } -- cgit v1.2.3