mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
Patch from bugreport #1503715: "Quit should clear domain"
svn-id: r23036
This commit is contained in:
parent
4876c8a2be
commit
9b2e92b686
@ -763,6 +763,7 @@ void LauncherDialog::handleCommand(CommandSender *sender, uint32 cmd, uint32 dat
|
||||
updateButtons();
|
||||
break;
|
||||
case kQuitCmd:
|
||||
ConfMan.setActiveDomain("");
|
||||
setResult(-1);
|
||||
close();
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user