changeset 8bb9055c07aa in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=8bb9055c07aa
description: prevent traceback

diffstat:

 src/remote_control.py |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r e6f9144b28eb -r 8bb9055c07aa src/remote_control.py
--- a/src/remote_control.py     Mon Dec 20 12:54:58 2010 +0300
+++ b/src/remote_control.py     Mon Dec 20 13:26:27 2010 +0300
@@ -459,6 +459,7 @@
             # Jid is not conform, ignore it
             return DBUS_BOOLEAN(False)
 
+        minimized_control = None
         if account:
             accounts = [account]
         else:
_______________________________________________
Commits mailing list
Commits@gajim.org
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to