Removed unneeded quit() call.

This resolves a problem with Kxkb's Quit confirmation, where pressing Cancel
would nevertheless quit the program.

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
pull/214/head
Mavridis Philippe 3 years ago
parent b9c63adad8
commit 3bdd919eec
No known key found for this signature in database
GPG Key ID: F8D2D7E2F989A494

@ -276,10 +276,10 @@ void KXKBApp::menuActivated(int id)
{ {
TDEApplication::kApplication()->invokeHelp(0, "kxkb"); TDEApplication::kApplication()->invokeHelp(0, "kxkb");
} }
else // else
{ // {
quit(); // quit();
} // }
} }
// TODO: we also have to handle deleted windows // TODO: we also have to handle deleted windows

Loading…
Cancel
Save