From 146e9182d8c930e62fbcc281615b96c95319a5ea Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 3 Jul 2012 23:11:44 +0300 Subject: Fix theme colors loading. --- src/gui/theme.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index 0628b5b86..b225cac08 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -532,6 +532,8 @@ bool Theme::tryThemePath(std::string themeName) { mThemePath = path; mThemeName = themeName; + if (instance()) + instance()->loadColors(mThemePath); return true; } } -- cgit v1.2.3-60-g2f50