summaryrefslogtreecommitdiff
path: root/telepathy-glib
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2013-11-26 09:00:59 -0500
committerXavier Claessens <xavier.claessens@collabora.co.uk>2013-11-26 09:00:59 -0500
commit441fed1e0828b8fc6b94bd5f66c7cb222d09ef20 (patch)
treed066e60e7d6eb61438da529cf0d7a6ab450a7112 /telepathy-glib
parent8313306834c7f294596820919a5ed52197a574be (diff)
parent1b28e0ca43acec40f708d480e2824743561c5b97 (diff)
downloadtelepathy-glib-441fed1e0828b8fc6b94bd5f66c7cb222d09ef20.tar.gz
Merge branch 'telepathy-glib-0.22'
Diffstat (limited to 'telepathy-glib')
-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;
}
}