Show
Ignore:
Timestamp:
02/15/07 19:05:38 (21 months ago)
Author:
asterix
Message:

mrege diff from trunk

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11/src/message_control.py

    r7829 r7984  
    2626        '''An abstract base widget that can embed in the gtk.Notebook of a MessageWindow''' 
    2727 
    28         def __init__(self, type_id, parent_win, widget_name, display_names, contact, account, resource = None): 
    29                 '''The display_names argument is a two element tuple containing the desired 
    30                 display name (pretty string) for the control in both singular and plural form''' 
     28        def __init__(self, type_id, parent_win, widget_name, contact, account, resource = None): 
    3129                # dict { cb id : widget}  
    3230                # keep all registered callbacks of widgets, created by self.xml 
     
    3533                self.parent_win = parent_win 
    3634                self.widget_name = widget_name 
    37                 self.display_names = display_names 
    3835                self.contact = contact 
    3936                self.account = account