summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2013-11-26 09:00:43 -0500
committerXavier Claessens <xavier.claessens@collabora.co.uk>2013-11-26 09:00:43 -0500
commit1b28e0ca43acec40f708d480e2824743561c5b97 (patch)
treeefa57af869d62066c85572e8e07f80ecba060dd2
parentd4388c7c1fedb1e91b99075cd6b15b5cf573a302 (diff)
parent3c1c43cc2a13df3d5f56e20d49c7bd136486b372 (diff)
downloadtelepathy-glib-1b28e0ca43acec40f708d480e2824743561c5b97.tar.gz
Merge branch 'telepathy-glib-0.20' into telepathy-glib-0.22
-rw-r--r--telepathy-glib/run.c3
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;
}
}