typo
This commit is contained in:
parent
5b7d93769d
commit
f2d850da01
|
@ -1221,7 +1221,7 @@ class browseAgent_Window:
|
||||||
self.join_button.set_sensitive(True)
|
self.join_button.set_sensitive(True)
|
||||||
|
|
||||||
def __init__(self, plugin, account):
|
def __init__(self, plugin, account):
|
||||||
if self.plugin.connected[account]:
|
if not plugin.connected[account]:
|
||||||
warning_Window(_("You must be connected to view Agents"))
|
warning_Window(_("You must be connected to view Agents"))
|
||||||
return
|
return
|
||||||
xml = gtk.glade.XML(GTKGUI_GLADE, 'browser', APP)
|
xml = gtk.glade.XML(GTKGUI_GLADE, 'browser', APP)
|
||||||
|
|
Loading…
Reference in New Issue