[commit-gajim] r11246 - trunk/src

asterix at gajim.org asterix at gajim.org
Mon Apr 27 21:30:54 CEST 2009


Author: asterix
Date: 2009-04-27 21:30:54 +0200 (Mon, 27 Apr 2009)
New Revision: 11246

Modified:
   trunk/src/gajim.py
Log:
typo


Modified: trunk/src/gajim.py
===================================================================
--- trunk/src/gajim.py	2009-04-27 19:28:53 UTC (rev 11245)
+++ trunk/src/gajim.py	2009-04-27 19:30:54 UTC (rev 11246)
@@ -3406,7 +3406,7 @@
 		self.systray_enabled = False
 		self.systray_capabilities = False
 
-		if (((os.name == 'nt') or (sys.platform == 'darwin'):
+		if (os.name == 'nt') or (sys.platform == 'darwin'):
 			import statusicon
 			self.systray = statusicon.StatusIcon()
 			self.systray_capabilities = True



More information about the Commits mailing list