diff console/gntprefs.c @ 15326:ac460d00e235

[gaim-migrate @ 18116] baby steps toward having correct path handling...others can feel free to chime in and fix stuff committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 12 Jan 2007 22:48:13 +0000
parents 81650a27f253
children 0e9bcdeaf2fa
line wrap: on
line diff
--- a/console/gntprefs.c	Fri Jan 12 22:17:32 2007 +0000
+++ b/console/gntprefs.c	Fri Jan 12 22:48:13 2007 +0000
@@ -36,7 +36,7 @@
 	gaim_prefs_add_none("/gaim/gnt");
 
 	gaim_prefs_add_none("/gaim/gnt/plugins");
-	gaim_prefs_add_string_list("/gaim/gnt/plugins/loaded", NULL);
+	gaim_prefs_add_path_list("/gaim/gnt/plugins/loaded", NULL);
 
 	gaim_prefs_add_none("/gaim/gnt/conversations");
 	gaim_prefs_add_bool("/gaim/gnt/conversations/timestamps", TRUE);