diff options
| author | 2007-07-13 16:05:46 +0000 | |
|---|---|---|
| committer | 2007-07-13 16:05:46 +0000 | |
| commit | 3bd06b2a40331c8f1656fe6c142bd2448feb2586 (patch) | |
| tree | a738fed060d9727ab20baf642d7f1613d3d16fa9 /src/modules/theme | |
| parent | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@661 17fca916-40b9-46aa-a4ea-... (diff) | |
| download | KVIrc-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')
| -rw-r--r-- | src/modules/theme/packthemedialog.cpp | 2 | ||||
| -rw-r--r-- | src/modules/theme/savethemedialog.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/theme/packthemedialog.cpp b/src/modules/theme/packthemedialog.cpp index 5b9a23428..53fe5de98 100644 --- a/src/modules/theme/packthemedialog.cpp +++ b/src/modules/theme/packthemedialog.cpp @@ -386,7 +386,7 @@ bool KviPackThemeDialog::packTheme() { QMessageBox::critical(this,__tr2qs_ctx("Export Theme - KVIrc","theme"),__tr2qs_ctx("Failed to load the selected image: please fix it","theme"), QMessageBox::Ok,QMessageBox::NoButton,QMessageBox::NoButton); - showPage(m_pImageSelectionPage); + setCurrentPage(m_pImageSelectionPage); return false; } } 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; } } |
