[Scummvm-cvs-logs] SF.net SVN: scummvm: [23036] scummvm/trunk/gui/launcher.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Sun Jun 11 23:41:15 CEST 2006


Revision: 23036
Author:   sev
Date:     2006-06-11 14:41:04 -0700 (Sun, 11 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23036&view=rev

Log Message:
-----------
Patch from bugreport #1503715: "Quit should clear domain"

Modified Paths:
--------------
    scummvm/trunk/gui/launcher.cpp
Modified: scummvm/trunk/gui/launcher.cpp
===================================================================
--- scummvm/trunk/gui/launcher.cpp	2006-06-11 21:34:25 UTC (rev 23035)
+++ scummvm/trunk/gui/launcher.cpp	2006-06-11 21:41:04 UTC (rev 23036)
@@ -763,6 +763,7 @@
 		updateButtons();
 		break;
 	case kQuitCmd:
+		ConfMan.setActiveDomain("");
 		setResult(-1);
 		close();
 		break;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list