pidgin/gtkblist-loader.c

branch
soc.2008.themes
changeset 23971
9764690b14f2
parent 23666
a36697aac125
child 23972
90e0da03c053
--- a/pidgin/gtkblist-loader.c	Sun Aug 10 02:36:00 2008 +0000
+++ b/pidgin/gtkblist-loader.c	Sun Aug 10 03:27:12 2008 +0000
@@ -36,7 +36,7 @@
  * Buddy List Theme Builder                                                      
  *****************************************************************************/
 
-static gpointer
+static PurpleTheme *
 pidgin_blist_loader_build(const gchar *dir)
 {
 	xmlnode *root_node, *sub_node, *sub_sub_node;
@@ -248,7 +248,7 @@
 	g_dir_close(gdir);
 	g_free(filename_full);
 	g_free(data);
-	return theme;
+	return PURPLE_THEME(theme);
 }
 
 /******************************************************************************

mercurial