aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Fabio Bas2010-04-24 15:47:10 +0000
committerGravatar Fabio Bas2010-04-24 15:47:10 +0000
commit4b258a1ea657647cd177c84530999f491530efb9 (patch)
tree62c2dd0dd8ea785020b1238e5886b79df8afd2d4 /src
parentThe classeditor is using the "editor" pot for its translations, not its own. (diff)
downloadKVIrc-4b258a1ea657647cd177c84530999f491530efb9.tar.gz
KVIrc-4b258a1ea657647cd177c84530999f491530efb9.tar.bz2
KVIrc-4b258a1ea657647cd177c84530999f491530efb9.zip
fixed theme loading
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4293 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src')
-rw-r--r--src/modules/theme/themefunctions.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/theme/themefunctions.cpp b/src/modules/theme/themefunctions.cpp
index dc3052663..cc6963e55 100644
--- a/src/modules/theme/themefunctions.cpp
+++ b/src/modules/theme/themefunctions.cpp
@@ -80,7 +80,6 @@ namespace KviThemeFunctions
debug("pValue theme version %s",pValue->toUtf8().data());
if(!pValue)return notAValidThemePackage(szError);
- if(!KviQString::equalCI(*pValue,KVI_CURRENT_THEME_ENGINE_VERSION))return notAValidThemePackage(szError);
// make sure the default fields exist
debug("check defaults fields");