diff libpurple/theme-manager.c @ 25084:623f0b40f6f6

Added sound builder (implete still needs a good way to go from xml file to xml node)
author Justin Rodriguez <ffdragon@soc.pidgin.im>
date Fri, 13 Jun 2008 21:33:17 +0000
parents d5c5512adc69
children fecc8e2612c4
line wrap: on
line diff
--- a/libpurple/theme-manager.c	Thu Jun 12 22:13:54 2008 +0000
+++ b/libpurple/theme-manager.c	Fri Jun 13 21:33:17 2008 +0000
@@ -131,7 +131,7 @@
 	/* Parses directory by root/name/purple/type */
 	while ((name = g_strdup(g_dir_read_name (rdir)))){
 		
-		purple_dir = g_strconcat(root, '/', name, '/', "purple", NULL);
+		purple_dir = g_build_filename(root, name, "purple", NULL);
 		dir =  g_dir_open(purple_dir, 0, NULL);	
 	
 		if (dir) {