Remove the ping timeout.

* evolution-shell-component.c (impl_unsetOwner): Remove the ping
timeout.

svn path=/trunk/; revision=13908
This commit is contained in:
Ettore Perazzoli
2001-10-22 23:12:41 +00:00
parent db215fd75c
commit 983bf4db55
2 changed files with 8 additions and 0 deletions

View File

@ -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]);
}