Changeset 8727 for branches/gajim_0.11.1

Show
Ignore:
Timestamp:
09/05/07 14:06:16 (15 months ago)
Author:
asterix
Message:

fix wrong func name

Files:
1 modified

Legend:

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

    r8724 r8727  
    26122612                        type_ = model[path][C_TYPE] 
    26132613                        if type_ in ('agent', 'contact', 'self_contact'): 
    2614                                 self.on_row_activated(widget, path) 
     2614                                self.on_roster_treeview_row_activated(widget, path) 
    26152615                        elif type_ == 'account': 
    26162616                                account = model[path][C_ACCOUNT].decode('utf-8')