summaryrefslogtreecommitdiff
path: root/src/tubes-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tubes-manager.c')
-rw-r--r--src/tubes-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tubes-manager.c b/src/tubes-manager.c
index b39dc759..778e11c5 100644
--- a/src/tubes-manager.c
+++ b/src/tubes-manager.c
@@ -657,7 +657,7 @@ salut_tubes_manager_lookup (SalutTubesManager *self,
if (!tp_strdiff (type, channel_type)
&& handle == channel_handle
&& !tp_strdiff (service, channel_service))
- match = FALSE;
+ match = TRUE;
g_free (channel_type);
g_free (channel_service);