diff libgaim/plugin.c @ 15325: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 a2a0c0a13a75
children
line wrap: on
line diff
--- a/libgaim/plugin.c	Fri Jan 12 22:17:32 2007 +0000
+++ b/libgaim/plugin.c	Fri Jan 12 22:48:13 2007 +0000
@@ -1216,7 +1216,7 @@
 		}
 	}
 
-	gaim_prefs_set_string_list(key, files);
+	gaim_prefs_set_path_list(key, files);
 	g_list_free(files);
 #endif
 }
@@ -1229,7 +1229,7 @@
 
 	g_return_if_fail(key != NULL);
 
-	files = gaim_prefs_get_string_list(key);
+	files = gaim_prefs_get_path_list(key);
 
 	for (f = files; f; f = f->next)
 	{