Skip to content
Snippets Groups Projects
Commit efcc8a1c authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

prevent infinite loop when using show all pending events from systray

parent d4cc5cd6
No related branches found
No related tags found
No related merge requests found
......@@ -210,7 +210,7 @@ class Systray:
self.systray_context_menu.show_all()
def on_show_all_events_menuitem_activate(self, widget):
while len(self.jids):
for i in range(len(self.jids)):
self.handle_first_event()
def on_show_roster_menuitem_activate(self, widget):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment