diff options
| author | 2015-08-27 02:45:18 +0200 | |
|---|---|---|
| committer | 2015-08-27 02:45:18 +0200 | |
| commit | 238e4dfe754ea003cacca06a94d443e381b9c857 (patch) | |
| tree | 722eca44f0e99d252db06ef87288ce84ef2bda3f /src/modules/setup/libkvisetup.cpp | |
| parent | Use the 'bug' icon for bug reporting menu entry (diff) | |
| download | KVIrc-238e4dfe754ea003cacca06a94d443e381b9c857.tar.gz KVIrc-238e4dfe754ea003cacca06a94d443e381b9c857.tar.bz2 KVIrc-238e4dfe754ea003cacca06a94d443e381b9c857.zip | |
Rework the theme management a bit
Diffstat (limited to 'src/modules/setup/libkvisetup.cpp')
| -rw-r--r-- | src/modules/setup/libkvisetup.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/setup/libkvisetup.cpp b/src/modules/setup/libkvisetup.cpp index 51d5b6ab1..f45bb05a7 100644 --- a/src/modules/setup/libkvisetup.cpp +++ b/src/modules/setup/libkvisetup.cpp @@ -89,10 +89,10 @@ KVIMODULEEXPORTFUNC void setup_finish() switch(g_iThemeToApply) { case THEME_APPLY_HIRES: - KviTheme::load("Aria-1.0.0",out,BUILTIN); + KviTheme::apply("Aria-1.0.0",KviThemeInfo::Builtin,out); break; case THEME_APPLY_LORES: - KviTheme::load("MinimalDark-1.0.0",out,BUILTIN); + KviTheme::apply("MinimalDark-1.0.0",KviThemeInfo::Builtin,out); break; // default: no theme } |
