forked from blue/squawk
account removal bugfix, some testing
This commit is contained in:
parent
f64e5c2df0
commit
ce686e121b
3 changed files with 17 additions and 6 deletions
|
@ -564,7 +564,7 @@ void Squawk::onRosterContextMenu(const QPoint& point)
|
|||
connect(card, &QAction::triggered, std::bind(&Squawk::onActivateVCard, this, name, acc->getBareJid(), true));
|
||||
|
||||
QAction* remove = contextMenu->addAction(Shared::icon("edit-delete"), tr("Remove"));
|
||||
connect(remove, &QAction::triggered, std::bind(&Squawk::removeAccount, this, name));
|
||||
connect(remove, &QAction::triggered, std::bind(&Squawk::removeAccountRequest, this, name));
|
||||
}
|
||||
break;
|
||||
case Models::Item::contact: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue