Changeset 8724 for branches/gajim_0.11.1/src/dialogs.py
- Timestamp:
- 09/05/07 13:44:05 (15 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11.1/src/dialogs.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11.1/src/dialogs.py
r8698 r8724 1191 1191 self.xml.get_widget('join_button').set_sensitive(False) 1192 1192 1193 if not gajim.connections[account].private_storage_supported: 1194 self.xml.get_widget('auto_join_checkbutton').set_sensitive(False) 1195 1193 1196 self.window.show_all() 1194 1197
