Show
Ignore:
Timestamp:
08/31/07 10:08:31 (15 months ago)
Author:
asterix
Message:

always open chat window when we do middle click on a contact

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11.1/src/roster_window.py

    r8637 r8654  
    26002600                        type_ = model[path][C_TYPE] 
    26012601                        if type_ in ('agent', 'contact', 'self_contact'): 
    2602                                 self.on_roster_treeview_row_activated(widget, path) 
     2602                                self.on_row_activated(widget, path) 
    26032603                        elif type_ == 'account': 
    26042604                                account = model[path][C_ACCOUNT].decode('utf-8')