diff options
author | Sky <git@bunnies.cc> | 2013-11-27 23:39:36 +0000 |
---|---|---|
committer | Sky <git@bunnies.cc> | 2013-11-27 23:39:36 +0000 |
commit | 191e850cf14666302c3338d69073d1f417925a45 (patch) | |
tree | b1e7c2ddc985813b3b795a7eefd51d37a066fe59 /gui/dialogs/AccountListDialog.cpp | |
parent | d32cb1c95d5c1a50c322085cdfe4bf3f991431e7 (diff) | |
download | PrismLauncher-191e850cf14666302c3338d69073d1f417925a45.tar.gz PrismLauncher-191e850cf14666302c3338d69073d1f417925a45.tar.bz2 PrismLauncher-191e850cf14666302c3338d69073d1f417925a45.zip |
Add support for "no default account"
Diffstat (limited to 'gui/dialogs/AccountListDialog.cpp')
-rw-r--r-- | gui/dialogs/AccountListDialog.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/dialogs/AccountListDialog.cpp b/gui/dialogs/AccountListDialog.cpp index 97dc0564..29f3838d 100644 --- a/gui/dialogs/AccountListDialog.cpp +++ b/gui/dialogs/AccountListDialog.cpp @@ -92,6 +92,8 @@ void AccountListDialog::on_setDefaultBtn_clicked() void AccountListDialog::on_noDefaultBtn_clicked() { m_accounts->setActiveAccount(""); + + emit activeAccountChanged(); } void AccountListDialog::on_closeBtnBox_rejected() |