diff options
| author | 2011-03-25 00:19:16 +0000 | |
|---|---|---|
| committer | 2011-03-25 00:19:16 +0000 | |
| commit | 98d25196380f7a0369e47fbe833e6fb1b3746552 (patch) | |
| tree | 25c91e77d44b71ebf0744c81153096dc3a9ced53 /src/modules/theme/WebThemeInterfaceDialog.cpp | |
| parent | Add addons web interface, Addonize newsticker etc... (diff) | |
| download | KVIrc-98d25196380f7a0369e47fbe833e6fb1b3746552.tar.gz KVIrc-98d25196380f7a0369e47fbe833e6fb1b3746552.tar.bz2 KVIrc-98d25196380f7a0369e47fbe833e6fb1b3746552.zip | |
Add a web interface for the addons
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5692 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/theme/WebThemeInterfaceDialog.cpp')
| -rw-r--r-- | src/modules/theme/WebThemeInterfaceDialog.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/theme/WebThemeInterfaceDialog.cpp b/src/modules/theme/WebThemeInterfaceDialog.cpp index 405b516f1..a4ffca704 100644 --- a/src/modules/theme/WebThemeInterfaceDialog.cpp +++ b/src/modules/theme/WebThemeInterfaceDialog.cpp @@ -63,11 +63,11 @@ bool WebThemeInterfaceDialog::installPackage(const QString &szPath,QString &szEr return ThemeFunctions::installThemePackage(szPath,szError,this); } -bool WebThemeInterfaceDialog::packageIsInstalled(const QString &szName,const QString &szVersion) +bool WebThemeInterfaceDialog::packageIsInstalled(const QString &szId,const QString &szVersion) { return \ - KviFileUtils::fileExists(m_szGlobalThemesPath+szName+"-"+szVersion) || \ - KviFileUtils::fileExists(m_szLocalThemesPath+szName+"-"+szVersion); + KviFileUtils::fileExists(m_szGlobalThemesPath+szId+"-"+szVersion) || \ + KviFileUtils::fileExists(m_szLocalThemesPath+szId+"-"+szVersion); } #ifndef COMPILE_USE_STANDALONE_MOC_SOURCES |
