From 45e7a9a1ba246e5bc2dd74f93645326839da40d8 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 1 Aug 2006 16:01:07 +0000 Subject: [PATCH] if first identity is not a MUC but second is, we should enable the browse button. --- src/disco.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/disco.py b/src/disco.py index 2825107c9..86bde1a6d 100644 --- a/src/disco.py +++ b/src/disco.py @@ -272,7 +272,7 @@ class ServicesCache: except KeyError: continue browser = info[0] - if browser is not None: + if browser: break # Note: possible outcome here is browser=False if browser is None: