gajim-remote show_next_unread is back

This commit is contained in:
Yann Leboulanger 2006-09-03 20:35:23 +00:00
parent 38b3425aac
commit 910afa2b47
1 changed files with 1 additions and 2 deletions

View File

@ -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):