Philipp Hörist pushed to branch master at gajim / gajim
Commits:
15db1cb2 by lovetox at 2022-01-21T23:05:46+01:00
StatusIcon: Fix regression on left-click
This restores the window correctly again
- - - - -
1 changed file:
- gajim/gtk/status_icon.py
Changes:
=====================================
gajim/gtk/status_icon.py
=====================================
@@ -183,8 +183,7 @@ def _on_activate(self, *args: Any) -> None:
if not app.settings.get('main_window_skip_taskbar'):
app.window.set_property('skip-taskbar-hint', False)
- # app.window.present_with_time(Gtk.get_current_event_time())
- app.app.activate()
+ app.window.present_with_time(Gtk.get_current_event_time())
@staticmethod
def _on_preferences(_widget: Gtk.MenuItem) -> None:
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/15db1cb264fc4b05607fb1ba363791cd93c99016
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/15db1cb264fc4b05607fb1ba363791cd93c99016
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