indentation

This commit is contained in:
Yann Leboulanger 2008-04-17 06:55:12 +00:00
parent 2d04fc6ae6
commit 278d63ca35
1 changed files with 2 additions and 1 deletions

View File

@ -5564,7 +5564,8 @@ class RosterWindow:
if gajim.config.get('show_roster_on_startup'):
self.window.show_all()
else:
if not gajim.config.get('trayicon') or not gajim.interface.systray_capabilities:
if not gajim.config.get('trayicon') or not \
gajim.interface.systray_capabilities:
# cannot happen via GUI, but I put this incase user touches
# config. without trayicon, he or she should see the roster!
self.window.show_all()