Mercurial > pidgin
diff libpurple/plugins/joinpart.c @ 16424:4999bbc52881
Works for me! Renames prefs: /core to /purple, /gaim/gtk to /pidgin, /gaim/gnt to /finch
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Wed, 25 Apr 2007 23:55:56 +0000 |
| parents | 32c366eeeb99 |
| children | f8eb3e7c4fbd |
line wrap: on
line diff
--- a/libpurple/plugins/joinpart.c Wed Apr 25 18:40:34 2007 +0000 +++ b/libpurple/plugins/joinpart.c Wed Apr 25 23:55:56 2007 +0000 @@ -33,12 +33,12 @@ /* The number of minutes before a person is considered * to have stopped being part of active conversation. */ -#define DELAY_PREF "/plugins/core/joinpart/delay" +#define DELAY_PREF "/plugins/purple/joinpart/delay" #define DELAY_DEFAULT 10 /* The number of people that must be in a room for this * plugin to have any effect */ -#define THRESHOLD_PREF "/plugins/core/joinpart/threshold" +#define THRESHOLD_PREF "/plugins/purple/joinpart/threshold" #define THRESHOLD_DEFAULT 20 struct joinpart_key @@ -285,7 +285,7 @@ static void init_plugin(PurplePlugin *plugin) { - purple_prefs_add_none("/plugins/core/joinpart"); + purple_prefs_add_none("/plugins/purple/joinpart"); purple_prefs_add_int(DELAY_PREF, DELAY_DEFAULT); purple_prefs_add_int(THRESHOLD_PREF, THRESHOLD_DEFAULT);
