aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2006-06-11 21:41:04 +0000
committerEugene Sandulenko2006-06-11 21:41:04 +0000
commit9b2e92b686bdb7fb697e4fd502fee6571a936b11 (patch)
tree7c4659d49c82f35b3780ae87c0aa0cae7428fdb1
parent4876c8a2be28c00719ec1464de3a7d5e38c3631f (diff)
downloadscummvm-rg350-9b2e92b686bdb7fb697e4fd502fee6571a936b11.tar.gz
scummvm-rg350-9b2e92b686bdb7fb697e4fd502fee6571a936b11.tar.bz2
scummvm-rg350-9b2e92b686bdb7fb697e4fd502fee6571a936b11.zip
Patch from bugreport #1503715: "Quit should clear domain"
svn-id: r23036
-rw-r--r--gui/launcher.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/launcher.cpp b/gui/launcher.cpp
index 4995fce5ea..b3ac2bb973 100644
--- a/gui/launcher.cpp
+++ b/gui/launcher.cpp
@@ -763,6 +763,7 @@ void LauncherDialog::handleCommand(CommandSender *sender, uint32 cmd, uint32 dat
updateButtons();
break;
case kQuitCmd:
+ ConfMan.setActiveDomain("");
setResult(-1);
close();
break;