This commit is contained in:
Yann Leboulanger 2005-02-07 22:26:17 +00:00
parent 5b7d93769d
commit f2d850da01
1 changed files with 1 additions and 1 deletions

View File

@ -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)