changeset 3028:d62ad9e400e3

Automated merge with ssh://hg.atheme.org//hg/audacious
author William Pitcock <nenolod@atheme-project.org>
date Tue, 10 Jul 2007 11:42:09 -0500
parents 16bd351fa0b9 (diff) e9e925c3adb5 (current diff)
children 1be4df6e4ae3
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/ui_skinselector.c	Tue Jul 10 17:37:37 2007 +0200
+++ b/src/audacious/ui_skinselector.c	Tue Jul 10 11:42:09 2007 -0500
@@ -103,7 +103,7 @@
     {
         sprintf(buf, "main.%s", ext_targets[i]);
 
-        if ((preview_path = find_file_recursively(dec_path, buf)) != NULL)
+        if ((preview_path = find_path_recursively(dec_path, buf)) != NULL)
             break;
     }