Add PreferencesPanel (incomplete)

This commit is contained in:
2011-12-18 13:51:04 +01:00
parent 9b0222323a
commit 649bdb32c7
12 changed files with 1217 additions and 19 deletions

View File

@@ -143,6 +143,7 @@ void SearchPanel::OnButtonChangeAccount()
res = QInputDialog::getItem(this, "KissCount", _("Choose a new account"), accounts, 0, false);
if (!res.size()) return ;
a = (res.length()) ? accounts.indexOf(res) : 0;
account = (a) ? user->_accounts[a-1].id : 0;