aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme/ThemeManagementDialog.cpp
diff options
context:
space:
mode:
authorGravatar Fabio Bas2011-03-29 12:41:33 +0000
committerGravatar Fabio Bas2011-03-29 12:41:33 +0000
commitfc276e8045f4afcea5236d13f92eb4d5c62b5f9c (patch)
tree884ef85982fb287206caaa9dc5d4c2e9afd250ed /src/modules/theme/ThemeManagementDialog.cpp
parentensure that KviTextIconWindow gets the focus when shown, so keyboard can be u... (diff)
downloadKVIrc-fc276e8045f4afcea5236d13f92eb4d5c62b5f9c.tar.gz
KVIrc-fc276e8045f4afcea5236d13f92eb4d5c62b5f9c.tar.bz2
KVIrc-fc276e8045f4afcea5236d13f92eb4d5c62b5f9c.zip
patch for #1124
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5726 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/theme/ThemeManagementDialog.cpp')
-rw-r--r--src/modules/theme/ThemeManagementDialog.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/theme/ThemeManagementDialog.cpp b/src/modules/theme/ThemeManagementDialog.cpp
index c2e667080..8cf91beb3 100644
--- a/src/modules/theme/ThemeManagementDialog.cpp
+++ b/src/modules/theme/ThemeManagementDialog.cpp
@@ -414,7 +414,9 @@ void ThemeManagementDialog::getMoreThemes()
void ThemeManagementDialog::webThemeInterfaceDialogDestroyed()
{
+#ifdef COMPILE_WEBKIT_SUPPORT
m_pWebThemeInterfaceDialog = NULL;
+#endif
fillThemeBox();
}