diff audacious/skin.c @ 653:97113126c7f9 trunk

[svn] - Fix mp3 detection properly. - Generate thumbnails for nextgen skins as well as WA2.x ones.
author nenolod
date Sun, 19 Feb 2006 18:20:51 -0800
parents 9d2c175e458e
children c8cf439179b8
line wrap: on
line diff
--- a/audacious/skin.c	Sun Feb 19 18:05:14 2006 -0800
+++ b/audacious/skin.c	Sun Feb 19 18:20:51 2006 -0800
@@ -45,7 +45,7 @@
 
 #define EXTENSION_TARGETS 7
 
-gchar *ext_targets[EXTENSION_TARGETS] = { "bmp", "xpm", "png", "svg", 
+static gchar *ext_targets[EXTENSION_TARGETS] = { "bmp", "xpm", "png", "svg", 
 	"gif", "jpg", "jpeg" };
 
 struct _SkinPixmapIdMapping {