Changeset 8738 for branches/gajim_0.11.1
- Timestamp:
- 09/05/07 23:18:32 (15 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11.1/src/config.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11.1/src/config.py
r8732 r8738 636 636 theme_combobox = self.xml.get_widget('theme_combobox') 637 637 model = gtk.ListStore(str) 638 theme_combobox.set_model(model)638 theme_combobox.set_model(model) 639 639 i = 0 640 640 for config_theme in gajim.config.get_per('themes'): … … 3226 3226 if not self.xml.get_widget('log_history_checkbutton').get_active(): 3227 3227 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) 3229 3229 3230 3230 st = self.xml.get_widget('sync_with_global_status_checkbutton').\
