if first identity is not a MUC but second is, we should enable the browse button.

This commit is contained in:
Yann Leboulanger 2006-08-01 16:01:07 +00:00
parent 29ed784cd2
commit 45e7a9a1ba
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ class ServicesCache:
except KeyError: except KeyError:
continue continue
browser = info[0] browser = info[0]
if browser is not None: if browser:
break break
# Note: possible outcome here is browser=False # Note: possible outcome here is browser=False
if browser is None: if browser is None: