aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme/savethemedialog.cpp
diff options
context:
space:
mode:
authorGravatar Szymon Tomasz Stefanek2007-07-13 16:05:46 +0000
committerGravatar Szymon Tomasz Stefanek2007-07-13 16:05:46 +0000
commit3bd06b2a40331c8f1656fe6c142bd2448feb2586 (patch)
treea738fed060d9727ab20baf642d7f1613d3d16fa9 /src/modules/theme/savethemedialog.cpp
parentgit-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@661 17fca916-40b9-46aa-a4ea-... (diff)
downloadKVIrc-3bd06b2a40331c8f1656fe6c142bd2448feb2586.tar.gz
KVIrc-3bd06b2a40331c8f1656fe6c142bd2448feb2586.tar.bz2
KVIrc-3bd06b2a40331c8f1656fe6c142bd2448feb2586.zip
Rewritten KviTalWizard in a QtX independent form, working on a new setup too...
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@674 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/theme/savethemedialog.cpp')
-rw-r--r--src/modules/theme/savethemedialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/theme/savethemedialog.cpp b/src/modules/theme/savethemedialog.cpp
index a85be1fda..a98780a7d 100644
--- a/src/modules/theme/savethemedialog.cpp
+++ b/src/modules/theme/savethemedialog.cpp
@@ -285,7 +285,7 @@ bool KviSaveThemeDialog::saveTheme()
{
QMessageBox::critical(this,__tr2qs_ctx("Save Current Theme - KVIrc","theme"),__tr2qs_ctx("Failed to load the selected screenshot image: please fix it","theme"),
QMessageBox::Ok,QMessageBox::NoButton,QMessageBox::NoButton);
- showPage(m_pImageSelectionPage);
+ setCurrentPage(m_pImageSelectionPage);
return false;
}
}