Changeset 8738 for branches/gajim_0.11.1

Show
Ignore:
Timestamp:
09/05/07 23:18:32 (15 months ago)
Author:
asterix
Message:

fix indentation

Files:
1 modified

Legend:

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

    r8732 r8738  
    636636                theme_combobox = self.xml.get_widget('theme_combobox') 
    637637                model = gtk.ListStore(str) 
    638                 theme_combobox.set_model(model)  
     638                theme_combobox.set_model(model)  
    639639                i = 0 
    640640                for config_theme in gajim.config.get_per('themes'): 
     
    32263226                if not self.xml.get_widget('log_history_checkbutton').get_active(): 
    32273227                        list_no_log_for.append(gajim.ZEROCONF_ACC_NAME) 
    3228                 config['no_log_for'] =  ' '.join(list_no_log_for) 
     3228                config['no_log_for'] = ' '.join(list_no_log_for) 
    32293229                 
    32303230                st = self.xml.get_widget('sync_with_global_status_checkbutton').\