[Scummvm-cvs-logs] SF.net SVN: scummvm:[35825] scummvm/trunk/base/main.cpp
sev at users.sourceforge.net
sev at users.sourceforge.net
Sun Jan 11 13:15:51 CET 2009
Revision: 35825
http://scummvm.svn.sourceforge.net/scummvm/?rev=35825&view=rev
Author: sev
Date: 2009-01-11 12:15:51 +0000 (Sun, 11 Jan 2009)
Log Message:
-----------
Now _really_ restore transient domain handling which was before vkeybd merge.
Modified Paths:
--------------
scummvm/trunk/base/main.cpp
Modified: scummvm/trunk/base/main.cpp
===================================================================
--- scummvm/trunk/base/main.cpp 2009-01-11 12:07:37 UTC (rev 35824)
+++ scummvm/trunk/base/main.cpp 2009-01-11 12:15:51 UTC (rev 35825)
@@ -300,8 +300,11 @@
system.getEventManager()->init();
// Unless a game was specified, show the launcher dialog
- if (0 == ConfMan.getActiveDomain())
+ if (0 == ConfMan.getActiveDomain()) {
+ ConfMan.getDomain(Common::ConfigManager::kTransientDomain)->clear();
+
launcherDialog(system);
+ }
// FIXME: We're now looping the launcher. This, of course, doesn't
// work as well as it should. In theory everything should be destroyed
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