Show
Ignore:
Timestamp:
05/13/08 16:03:30 (6 months ago)
Author:
asterix
Message:

indentation is with tabs

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/roster_window.py

    r9625 r9630  
    8282                ''' Return the gtk.TreeIter of the given account or None if not found. 
    8383 
    84                 Keyword arguments: 
    85                 name -- the account name 
    86                 model -- the data model (default TreeFilterModel) 
     84                Keyword arguments: 
     85                name -- the account name 
     86                model -- the data model (default TreeFilterModel) 
    8787                 
    8888                ''' 
     
    105105                ''' Return the gtk.TreeIter of the given group or None if not found. 
    106106 
    107                 Keyword arguments: 
    108                 name -- the group name 
     107                Keyword arguments: 
     108                name -- the group name 
    109109                account -- the account name 
    110110                account_iter -- the iter of the account the model (default None) 
    111                 model -- the data model (default TreeFilterModel) 
     111                model -- the data model (default TreeFilterModel) 
    112112                 
    113113                ''' 
     
    129129                ''' Return the gtk.TreeIter of SelfContact or None if not found. 
    130130 
    131                 Keyword arguments: 
     131                Keyword arguments: 
    132132                jid -- the jid of SelfContact 
    133                 account -- the account of SelfContact 
    134                 model -- the data model (default TreeFilterModel) 
     133                account -- the account of SelfContact 
     134                model -- the data model (default TreeFilterModel) 
    135135                 
    136136                ''' 
     
    155155                ''' Return a list of gtk.TreeIter of the given contact. 
    156156 
    157                 Keyword arguments: 
     157                        Keyword arguments: 
    158158                jid -- the jid without resource 
    159                 account -- the account 
     159                        account -- the account 
    160160                contact -- the contact (default None) 
    161                 model -- the data model (default TreeFilterModel) 
     161                        model -- the data model (default TreeFilterModel) 
    162162                 
    163163                ''' 
     
    221221                 
    222222                Keyword arguments: 
    223                 model -- the data model 
     223                        model -- the data model 
    224224                iter -- the gtk.TreeIter to test  
    225225                ''' 
     
    233233                 
    234234                Keyword arguments: 
    235                 model -- the data model (default TreeFilterModel) 
     235                        model -- the data model (default TreeFilterModel) 
    236236                ''' 
    237237                if not model: 
     
    329329                Keyword arguments: 
    330330                contact -- the contact to add 
    331                 account -- the contacts account 
    332                 groups -- list of groups to add the contact to. (default groups in contact.groups). 
    333                           Parameter ignored when big_brother_contact is specified. 
     331                        account -- the contacts account 
     332                        groups -- list of groups to add the contact to. (default groups in contact.groups). 
     333                                          Parameter ignored when big_brother_contact is specified. 
    334334                big_brother_contact -- if specified contact is added as child big_brother_contact. (default None) 
    335335                ''' 
     
    406406                Keyword arguments: 
    407407                contact -- the contact to add 
    408                 account -- the contacts account 
    409                 groups -- list of groups to remove the contact from. (default groups in contact.groups). 
     408                        account -- the contacts account 
     409                        groups -- list of groups to remove the contact from. (default groups in contact.groups). 
    410410 
    411411                ''' 
     
    14661466################################################################################ 
    14671467### FIXME: Methods that don't belong to roster window...  
    1468 ###        ... atleast not in there current form 
     1468###             ... atleast not in there current form 
    14691469################################################################################ 
    14701470