aboutsummaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-18 01:07:59 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-18 01:07:59 +0000
commitdf241143e81d89cdbe4de110578a547280375b37 (patch)
treee2b9c94bf689dfbf21939b482c8bf7315d77a2a3 /mainwindow.cpp
parentbrought wizard to correct order (diff)
downloadgpg4usb-df241143e81d89cdbe4de110578a547280375b37.tar.gz
gpg4usb-df241143e81d89cdbe4de110578a547280375b37.zip
updated TODO
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@750 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index d951454..9460df5 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -76,6 +76,7 @@ MainWindow::MainWindow()
// and keylist doesn't contain a private key
QSettings settings;
//if (settings.value("wizard/showWizard",true).toBool() && !mKeyList->containsPrivateKeys()) {
+
if (settings.value("wizard/showWizard",true).toBool() || !settings.value("wizard/next").isNull()) {
startWizard();
}