Changeset 9585 for trunk/src/common/config.py
- Timestamp:
- 05/05/08 23:55:59 (7 months ago)
- Files:
-
- 1 modified
-
trunk/src/common/config.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/config.py
r9467 r9585 253 253 'publish_activity': [opt_bool, False], 254 254 'publish_tune': [opt_bool, False], 255 'publish_nick': [opt_bool, True], 255 256 'subscribe_mood': [opt_bool, True], 256 257 'subscribe_activity': [opt_bool, True], 257 258 'subscribe_tune': [opt_bool, True], 259 'subscribe_nick': [opt_bool, True], 258 260 'attach_notifications_to_systray': [opt_bool, False, _('If True, notification windows from notification-daemon will be attached to systray icon.')], 259 261 'check_idle_every_foo_seconds': [opt_int, 2, _('Choose interval between 2 checks of idleness.')],
