diff options
author | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2013-11-26 09:00:59 -0500 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2013-11-26 09:00:59 -0500 |
commit | 441fed1e0828b8fc6b94bd5f66c7cb222d09ef20 (patch) | |
tree | d066e60e7d6eb61438da529cf0d7a6ab450a7112 | |
parent | 8313306834c7f294596820919a5ed52197a574be (diff) | |
parent | 1b28e0ca43acec40f708d480e2824743561c5b97 (diff) |
Merge branch 'telepathy-glib-0.22'
-rw-r--r-- | telepathy-glib/run.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/telepathy-glib/run.c b/telepathy-glib/run.c index 7ae6e8236..c3df19037 100644 --- a/telepathy-glib/run.c +++ b/telepathy-glib/run.c @@ -84,7 +84,7 @@ kill_connection_manager (gpointer data) } timeout_id = 0; - return FALSE; + return G_SOURCE_REMOVE; } static void @@ -98,6 +98,7 @@ new_connection (TpBaseConnectionManager *conn, if (0 != timeout_id) { g_source_remove (timeout_id); + timeout_id = 0; } } |