Show
Ignore:
Timestamp:
05/05/08 23:55:59 (7 months ago)
Author:
asterix
Message:

[Florob] Send and handle nicknames reveices through PEP. Fixes #3651

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/config.py

    r9467 r9585  
    253253                'publish_activity': [opt_bool, False], 
    254254                'publish_tune': [opt_bool, False], 
     255                'publish_nick': [opt_bool, True], 
    255256                'subscribe_mood': [opt_bool, True], 
    256257                'subscribe_activity': [opt_bool, True], 
    257258                'subscribe_tune': [opt_bool, True], 
     259                'subscribe_nick': [opt_bool, True], 
    258260                'attach_notifications_to_systray': [opt_bool, False, _('If True, notification windows from notification-daemon will be attached to systray icon.')], 
    259261                'check_idle_every_foo_seconds': [opt_int, 2, _('Choose interval between 2 checks of idleness.')],