comparison src/prefs.c @ 5949:90d0849abd3c

[gaim-migrate @ 6393] Saved plugins are now stored in UI-specific keys, which are passed to gaim_plugins_load_saved(). If you're using CVS (shame on you!) you'll need to reload your plugins, and if you're careful enough, remove the old plugins tree from prefs.xml (/core/plugins/loaded/...). I assume no responsibility if you destroy prefs.xml, delete your harddrive, or sell your soul to a goat. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 24 Jun 2003 03:50:31 +0000
parents 94ad4d45346a
children 96e0ac28d933
comparison
equal deleted inserted replaced
5948:1bebb8345bde 5949:90d0849abd3c
98 gaim_prefs_add_none("/core"); 98 gaim_prefs_add_none("/core");
99 gaim_prefs_add_none("/plugins"); 99 gaim_prefs_add_none("/plugins");
100 gaim_prefs_add_none("/plugins/core"); 100 gaim_prefs_add_none("/plugins/core");
101 gaim_prefs_add_none("/plugins/lopl"); 101 gaim_prefs_add_none("/plugins/lopl");
102 gaim_prefs_add_none("/plugins/prpl"); 102 gaim_prefs_add_none("/plugins/prpl");
103 gaim_prefs_add_string_list("/plugins/loaded", NULL);
104 103
105 /* XXX: this is where you would want to put prefs declarations */ 104 /* XXX: this is where you would want to put prefs declarations */
106 105
107 /* Away */ 106 /* Away */
108 gaim_prefs_add_none("/core/away"); 107 gaim_prefs_add_none("/core/away");