Inconify Gajim instead of hiding the window - Fixes #8374

When hiding the Window the app is removed from the Ubuntu Launcher and it cannot be restored
This commit is contained in:
lovetox 2016-09-27 01:26:04 +02:00
parent 9c00087c9a
commit 4ab83c16ce
1 changed files with 1 additions and 1 deletions

View File

@ -2448,7 +2448,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.iconify()
elif gajim.config.get('quit_on_roster_x_button'):
self.on_quit_request()
else: