[Scummvm-cvs-logs] CVS: scummvm/gui launcher.cpp,1.95,1.96

James Brown ender at users.sourceforge.net
Thu Jul 1 03:25:06 CEST 2004


Update of /cvsroot/scummvm/scummvm/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22019/gui

Modified Files:
	launcher.cpp 
Log Message:
Backport C&P bug from local tree


Index: launcher.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/launcher.cpp,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- launcher.cpp	29 Jun 2004 14:23:39 -0000	1.95
+++ launcher.cpp	1 Jul 2004 10:24:42 -0000	1.96
@@ -300,8 +300,8 @@
 			ConfMan.set("extrapath", extraPath, _domain);
 
 		String savePath = _savePathWidget->getLabel();
-		if (!extraPath.isEmpty() && (extraPath != "Default"))
-			ConfMan.set("savepath", extraPath, _domain);
+		if (!savePath.isEmpty() && (savePath != "Default"))
+			ConfMan.set("savepath", savePath, _domain);
 
 		Common::Platform platform = (Common::Platform)_platformPopUp->getSelectedTag();
 		if (platform < 0)





More information about the Scummvm-git-logs mailing list