comparison libpurple/xmlnode.c @ 25122:9525fb966efb

theme loader cleanup, and remove a few warnings
author Justin Rodriguez <ffdragon@soc.pidgin.im>
date Tue, 26 Aug 2008 08:28:25 +0000
parents 2d419a0fc0e4
children 94fa7211eb98
comparison
equal deleted inserted replaced
25121:b37ccfd1697b 25122:9525fb966efb
727 g_free(xpd); 727 g_free(xpd);
728 return ret; 728 return ret;
729 } 729 }
730 730
731 xmlnode * 731 xmlnode *
732 xmlnode_from_file(const char *dir, const char *filename, const char *description, const char *process) 732 xmlnode_from_file(const char *dir,const char *filename, const char *description, const char *process)
733 { 733 {
734 gchar *filename_full; 734 gchar *filename_full;
735 GError *error = NULL; 735 GError *error = NULL;
736 gchar *contents = NULL; 736 gchar *contents = NULL;
737 gsize length; 737 gsize length;