Changeset 8588 for branches/gajim_0.11.1/src/config.py
- Timestamp:
- 08/29/07 22:12:19 (15 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11.1/src/config.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11.1/src/config.py
r7984 r8588 392 392 self.auto_xa_message_entry.set_text(st) 393 393 self.auto_xa_message_entry.set_sensitive(gajim.config.get('autoxa')) 394 395 from common import sleepy 396 if not sleepy.SUPPORTED: 397 self.xml.get_widget('autoaway_table').set_sensitive(False) 394 398 395 399 # ask_status when online / offline
