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

handle only systray events when using gajim-remote show_next_pending_event. Fixes #6962

parent 370c844f
No related branches found
No related tags found
No related merge requests found
......@@ -604,7 +604,7 @@ class SignalObject(dbus.service.Object):
Show the window(s) with next pending event in tabbed/group chats
"""
if gajim.events.get_nb_events():
account, jid, event = gajim.events.get_first_event()
account, jid, event = gajim.events.get_first_systray_event()
if not event:
return
gajim.interface.handle_event(account, jid, event.type_)
......
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