From 72edb1ab7036ed859b543046b866d4092d3c6cdb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 8 Jul 2012 14:00:07 +0300 Subject: Fix theme colors loading with incorrect themes. --- src/gui/theme.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index a5dcb9e24..704a1f939 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -442,7 +442,7 @@ bool Theme::tryThemePath(std::string themeName) mThemePath = path; mThemeName = themeName; if (instance()) - instance()->loadColors(mThemePath); + instance()->loadColors(""); return true; } } -- cgit v1.2.3-70-g09d2