# HG changeset patch # User nenolod # Date 1140847506 28800 # Node ID 9e553cf3d7565e0386573316f2bf77bfda56c850 # Parent 8020239ba1cb9981e8864ee2bb69622cdd27ef9a [svn] - Really fix preview generation for PNG/SVG based skins. diff -r 8020239ba1cb -r 9e553cf3d756 audacious/skinwin.c --- 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; }