Philipp Hörist pushed to branch master at gajim / gajim
Commits:
16ad6080 by Philipp Hörist at 2017-10-14T21:08:58+02:00
Minimize Roster correctly on ESC
Fixes #8765
- - - - -
1 changed file:
- gajim/roster_window.py
Changes:
=====================================
gajim/roster_window.py
=====================================
--- 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()
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/16ad6080663e575be1367bcc35d446d519bb9b5e
---
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/16ad6080663e575be1367bcc35d446d519bb9b5e
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits