Skip to content
Snippets Groups Projects
Commit f2d850da authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

typo

parent 5b7d9376
No related branches found
No related tags found
No related merge requests found
......@@ -1221,7 +1221,7 @@ class browseAgent_Window:
self.join_button.set_sensitive(True)
def __init__(self, plugin, account):
if self.plugin.connected[account]:
if not plugin.connected[account]:
warning_Window(_("You must be connected to view Agents"))
return
xml = gtk.glade.XML(GTKGUI_GLADE, 'browser', APP)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment