diff options
| author | 2010-04-24 15:47:10 +0000 | |
|---|---|---|
| committer | 2010-04-24 15:47:10 +0000 | |
| commit | 4b258a1ea657647cd177c84530999f491530efb9 (patch) | |
| tree | 62c2dd0dd8ea785020b1238e5886b79df8afd2d4 /src/modules/theme | |
| parent | The classeditor is using the "editor" pot for its translations, not its own. (diff) | |
| download | KVIrc-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/modules/theme')
| -rw-r--r-- | src/modules/theme/themefunctions.cpp | 1 |
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"); |
