changeset 674:9e553cf3d756 trunk

[svn] - Really fix preview generation for PNG/SVG based skins.
author nenolod
date Fri, 24 Feb 2006 22:05:06 -0800
parents 8020239ba1cb
children 632e797d9509
files audacious/skinwin.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/audacious/skinwin.c	Fri Feb 24 21:25:33 2006 -0800
+++ b/audacious/skinwin.c	Fri Feb 24 22:05:06 2006 -0800
@@ -105,7 +105,7 @@
     {
         sprintf(buf, "main.%s", ext_targets[i]);
 
-        if ((preview_path = find_file_recursively(dec_path, "main.bmp")) != NULL)
+        if ((preview_path = find_file_recursively(dec_path, buf)) != NULL)
             break;
     }