Changeset 6279

Show
Ignore:
Timestamp:
05/04/06 21:05:41 (2 years ago)
Author:
jim++
Message:

Even if we are using notifications, we still want to see awaiting chats when clicking systray -> show events or left
click

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/roster_window.py

    r6265 r6279  
    22262226                                # Redraw parent too 
    22272227                                self.draw_parent_contact(jid, account) 
    2228                         if gajim.interface.systray_enabled: 
    2229                                 gajim.interface.systray.add_jid(fjid, account, kind) 
    22302228                        self.show_title() # we show the * or [n] 
    22312229                        if not path: 
     
    22372235                        self.tree.scroll_to_cell(path) 
    22382236                        self.tree.set_cursor(path) 
     2237                if gajim.interface.systray_enabled: 
     2238                        gajim.interface.systray.add_jid(fjid, account, kind) 
    22392239 
    22402240        def on_preferences_menuitem_activate(self, widget):