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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Wed Sep 3 10:58:20 CEST 2008


Revision: 34294
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34294&view=rev
Author:   fingolfin
Date:     2008-09-03 08:58:19 +0000 (Wed, 03 Sep 2008)

Log Message:
-----------
In the launcher load dialog code, store the save_slot in the transient domain (fixing bug #2089740)

Modified Paths:
--------------
    scummvm/trunk/gui/launcher.cpp

Modified: scummvm/trunk/gui/launcher.cpp
===================================================================
--- scummvm/trunk/gui/launcher.cpp	2008-09-03 08:57:39 UTC (rev 34293)
+++ scummvm/trunk/gui/launcher.cpp	2008-09-03 08:58:19 UTC (rev 34294)
@@ -984,7 +984,7 @@
 						//printf("Loading slot: %d\n", slot);
 						//printf("Loading file: %s\n", file);
 						ConfMan.setActiveDomain(_domains[item]);
-						ConfMan.setInt("save_slot", slot);
+						ConfMan.setInt("save_slot", slot, Common::ConfigManager::kTransientDomain);
 						close();
 					}
 				}


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