From f2d850da019065a2bf76ac02a4a5c7805f229bea Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 7 Feb 2005 22:26:17 +0000 Subject: [PATCH] typo --- plugins/gtkgui/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gtkgui/config.py b/plugins/gtkgui/config.py index 31270769f..a4471fdac 100644 --- a/plugins/gtkgui/config.py +++ b/plugins/gtkgui/config.py @@ -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)