summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-06-30 17:15:36 +0300
committerAndrei Karas <akaras@inbox.ru>2012-06-30 17:15:36 +0300
commitbcdc03e42f9a73b187a73f58bd0c59e8279969f2 (patch)
treebe318be13f1f4b5e27a966cdc10a2aef8bbab912 /src
parentdffc4e4d8908f2df4eb458aa1a77c73c93213d43 (diff)
downloadmv-bcdc03e42f9a73b187a73f58bd0c59e8279969f2.tar.gz
mv-bcdc03e42f9a73b187a73f58bd0c59e8279969f2.tar.bz2
mv-bcdc03e42f9a73b187a73f58bd0c59e8279969f2.tar.xz
mv-bcdc03e42f9a73b187a73f58bd0c59e8279969f2.zip
Fix leak in theme loading.
Diffstat (limited to 'src')
-rw-r--r--src/gui/theme.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp
index 311863f41..0628b5b86 100644
--- a/src/gui/theme.cpp
+++ b/src/gui/theme.cpp
@@ -150,7 +150,6 @@ Theme::Theme():
initDefaultThemePath();
config.addListener("guialpha", this);
- loadColors();
mColors[HIGHLIGHT].ch = 'H';
mColors[CHAT].ch = 'C';