From e814975d6fca52c1367f66c3c6625b089e81e679 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Mon, 18 Jul 2005 08:18:30 +0000 Subject: [PATCH] fix a typo --- src/gajim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gajim.py b/src/gajim.py index bd7949d3d..73797b790 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -824,7 +824,7 @@ class Interface: parser.write() def enable_dbus(self): - if remote_control not in globals(): + if 'remote_control' not in globals(): import remote_control self.remote = remote_control.Remote(self)