Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/src/prefs.c Tue Jun 24 03:49:11 2003 +0000 +++ b/src/prefs.c Tue Jun 24 03:50:31 2003 +0000 @@ -100,7 +100,6 @@ gaim_prefs_add_none("/plugins/core"); gaim_prefs_add_none("/plugins/lopl"); gaim_prefs_add_none("/plugins/prpl"); - gaim_prefs_add_string_list("/plugins/loaded", NULL); /* XXX: this is where you would want to put prefs declarations */
