fix indentation error. Fixes #6909

This commit is contained in:
Yann Leboulanger 2011-06-14 19:17:39 +02:00
parent d598cbb041
commit f96427b23f
1 changed files with 1 additions and 1 deletions

View File

@ -2322,7 +2322,7 @@ class RosterWindow:
x, y = self.window.get_position()
gajim.config.set('roster_x-position', x)
gajim.config.set('roster_y-position', y)
self.window.hide()
self.window.hide()
elif gajim.config.get('quit_on_roster_x_button'):
self.on_quit_request()
else: