Changeset 8708 for branches/gajim_0.11.1/src/gajim_themes_window.py
- Timestamp:
- 09/04/07 19:45:42 (15 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11.1/src/gajim_themes_window.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11.1/src/gajim_themes_window.py
r7646 r8708 82 82 83 83 def on_close_button_clicked(self, widget): 84 if gajim.interface.instances.has_key('preferences'): 85 gajim.interface.instances['preferences'].update_theme_list() 84 86 self.window.hide() 85 87
