aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeEngine.h
diff options
context:
space:
mode:
authorJohannes Schickel2009-01-03 16:24:10 +0000
committerJohannes Schickel2009-01-03 16:24:10 +0000
commitec631ba7f1cdeb8de4d247ac39cd4ccc4f24b078 (patch)
treecd89a5185e800d917aba76ee4a54732c5779d79b /gui/ThemeEngine.h
parent3ee62c226f6eaa5dfc2b39ab77ca9c0ea76b147b (diff)
downloadscummvm-rg350-ec631ba7f1cdeb8de4d247ac39cd4ccc4f24b078.tar.gz
scummvm-rg350-ec631ba7f1cdeb8de4d247ac39cd4ccc4f24b078.tar.bz2
scummvm-rg350-ec631ba7f1cdeb8de4d247ac39cd4ccc4f24b078.zip
- Prevented full theme search when "builtin" theme was specified
- Only do a recursive search for themes with depth 1 in '.' svn-id: r35706
Diffstat (limited to 'gui/ThemeEngine.h')
-rw-r--r--gui/ThemeEngine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ThemeEngine.h b/gui/ThemeEngine.h
index 434730da51..b7b4bfaca6 100644
--- a/gui/ThemeEngine.h
+++ b/gui/ThemeEngine.h
@@ -600,7 +600,7 @@ private:
static Common::String getThemeFile(const Common::String &id);
static Common::String getThemeId(const Common::String &filename);
- static void listUsableThemes(Common::FSNode node, Common::List<ThemeDescriptor> &list);
+ static void listUsableThemes(Common::FSNode node, Common::List<ThemeDescriptor> &list, int depth=-1);
public:
/**