Daniel Brötzmann pushed to branch mainwindow at gajim / gajim


Commits:
b38b74fa by wurstsalat at 2021-10-31T16:13:37+01:00
Interface: Use present_with_time to show main window

- - - - -


1 changed file:

- gajim/gui_interface.py


Changes:

=====================================
gajim/gui_interface.py
=====================================
@@ -243,7 +243,7 @@ def handle_event(self, account, jid, notif_detail):
                               'group-chat-invitation'):
             app.window.show_account_page(account)
 
-        app.window.present()
+        app.window.present_with_time(Gtk.get_current_event_time())
 
     @staticmethod
     def handle_event_information(event):



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/b38b74fa10b61ae9e6448e06d011c7281349fd5c

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/b38b74fa10b61ae9e6448e06d011c7281349fd5c
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

Reply via email to