changeset 380ea40a3133 in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=380ea40a3133
description: fix typo

diffstat:

 src/systray.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 98426cc024b9 -r 380ea40a3133 src/systray.py
--- a/src/systray.py    Sun Jan 03 11:31:22 2010 +0100
+++ b/src/systray.py    Mon Jan 04 15:21:19 2010 +0100
@@ -326,7 +326,7 @@
                win = gajim.interface.roster.window
                if len(gajim.events.get_systray_events()) == 0:
                        # No pending events, so toggle visible/hidden for 
roster window
-                       if win..get_property('visible') and (win.get_property(
+                       if win.get_property('visible') and (win.get_property(
                        'has-toplevel-focus') or os.name == 'nt'):
                                # visible in ANY virtual desktop?
 
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to