From 952349de572a794428011753630c5827a2c454d1 Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Tue, 24 Jul 2012 17:16:30 +0100 Subject: tubes-manager: correct logic in looking up existing tubes Good catch, Will! Signed-off-by: Jonny Lamb --- src/tubes-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.1