From 16ad6080663e575be1367bcc35d446d519bb9b5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Sat, 14 Oct 2017 21:08:19 +0200 Subject: [PATCH] Minimize Roster correctly on ESC Fixes #8765 --- gajim/roster_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gajim/roster_window.py b/gajim/roster_window.py index f497229aa..73418b848 100644 --- a/gajim/roster_window.py +++ b/gajim/roster_window.py @@ -3755,7 +3755,7 @@ class RosterWindow: 'quit_on_roster_x_button') and ((app.interface.systray_enabled and\ app.config.get('trayicon') == 'always') or app.config.get( 'allow_hide_roster')): - self.window.hide() + self.window.iconify() elif event.get_state() & Gdk.ModifierType.CONTROL_MASK and event.keyval == \ Gdk.KEY_i: treeselection = self.tree.get_selection()