diff options
Diffstat (limited to '')
-rw-r--r-- | src/ui/dialog/Wizard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/Wizard.cpp b/src/ui/dialog/Wizard.cpp index 10b2c449..3a3c0800 100644 --- a/src/ui/dialog/Wizard.cpp +++ b/src/ui/dialog/Wizard.cpp @@ -196,7 +196,7 @@ KeyGenPage::KeyGenPage(QWidget* parent) : QWizardPage(parent) { int KeyGenPage::nextId() const { return Wizard::Page_Conclusion; } void KeyGenPage::slot_generate_key_dialog() { - (new KeyGenDialog(this))->show(); + (new KeyGenDialog(kGpgFrontendDefaultChannel, this))->show(); wizard()->next(); } |