fix indentation error. Fixes #6909
This commit is contained in:
parent
d598cbb041
commit
f96427b23f
1 changed files with 1 additions and 1 deletions
|
@ -2322,7 +2322,7 @@ class RosterWindow:
|
||||||
x, y = self.window.get_position()
|
x, y = self.window.get_position()
|
||||||
gajim.config.set('roster_x-position', x)
|
gajim.config.set('roster_x-position', x)
|
||||||
gajim.config.set('roster_y-position', y)
|
gajim.config.set('roster_y-position', y)
|
||||||
self.window.hide()
|
self.window.hide()
|
||||||
elif gajim.config.get('quit_on_roster_x_button'):
|
elif gajim.config.get('quit_on_roster_x_button'):
|
||||||
self.on_quit_request()
|
self.on_quit_request()
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Reference in a new issue