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

gajim-remote show_next_unread is back

parent 38b3425a
No related branches found
No related tags found
No related merge requests found
......@@ -351,8 +351,7 @@ class SignalObject(DbusPrototype):
def show_next_unread(self, *args):
''' Show the window(s) with next waiting messages in tabbed/group chats. '''
#FIXME: when systray is disabled this method does nothing.
if len(gajim.interface.systray.jids) != 0:
if gajim.events.get_nb_events():
gajim.interface.systray.handle_first_event()
def contact_info(self, *args):
......
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