fixed DlgEditTokens crash when removing a token

This commit is contained in:
Max-Wilhelm Bruker 2012-06-02 18:09:19 +02:00
parent 089c937167
commit 60f99818e1
4 changed files with 13 additions and 13 deletions

View file

@ -492,7 +492,7 @@ void TabDeckEditor::actEditSets()
void TabDeckEditor::actEditTokens()
{
DlgEditTokens dlg;
DlgEditTokens dlg(databaseModel);
dlg.exec();
db->saveToFile(settingsCache->getTokenDatabasePath(), true);
}