| 904 |
904 |
| 905 DEFAULT_PRPLS = ['bonjour', 'facebook', 'gg', 'irc', 'jabber', 'novell', |
905 DEFAULT_PRPLS = ['bonjour', 'facebook', 'gg', 'irc', 'jabber', 'novell', |
| 906 'oscar', 'sametime', 'silc', 'simple', 'zephyr'] |
906 'oscar', 'sametime', 'silc', 'simple', 'zephyr'] |
| 907 ALL_PRPLS = DEFAULT_PRPLS + ['null'] |
907 ALL_PRPLS = DEFAULT_PRPLS + ['null'] |
| 908 |
908 |
| 909 DISTRIB = get_option('distrib') |
|
| 910 dynamic_list = get_option('dynamic-prpls').split(',') |
909 dynamic_list = get_option('dynamic-prpls').split(',') |
| 911 static_list = get_option('static-prpls').split(',') |
910 static_list = get_option('static-prpls').split(',') |
| 912 if (static_list != [''] and static_list != []) and dynamic_list == ['all'] |
911 if (static_list != [''] and static_list != []) and dynamic_list == ['all'] |
| 913 dynamic_list = [] |
912 dynamic_list = [] |
| 914 endif |
913 endif |