[Scummvm-cvs-logs] SF.net SVN: scummvm: [21391] scummvm/trunk/gui

sev at users.sourceforge.net sev at users.sourceforge.net
Mon Mar 20 04:34:01 CET 2006


Revision: 21391
Author:   sev
Date:     2006-03-20 04:32:55 -0800 (Mon, 20 Mar 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21391&view=rev

Log Message:
-----------
Bump theme config version number to avod confusion. A key was added there,
but I didn't bump it last time.

Modified Paths:
--------------
    scummvm/trunk/gui/ThemeNew.cpp
    scummvm/trunk/gui/themes/default-theme.ini
    scummvm/trunk/gui/themes/default-theme.zip
Modified: scummvm/trunk/gui/ThemeNew.cpp
===================================================================
--- scummvm/trunk/gui/ThemeNew.cpp	2006-03-20 02:04:14 UTC (rev 21390)
+++ scummvm/trunk/gui/ThemeNew.cpp	2006-03-20 12:32:55 UTC (rev 21391)
@@ -171,7 +171,7 @@
 
 	Common::String temp = "";
 	_configFile.getKey("version", "theme", temp);
-	if (temp != "3") {
+	if (temp != "4") {
 		// TODO: improve this detection and handle it nicer
 		warning("Theme config uses a different version (you have: '%s', needed is: '%d')", temp.c_str(), 3);
 		return;

Modified: scummvm/trunk/gui/themes/default-theme.ini
===================================================================
--- scummvm/trunk/gui/themes/default-theme.ini	2006-03-20 02:04:14 UTC (rev 21390)
+++ scummvm/trunk/gui/themes/default-theme.ini	2006-03-20 12:32:55 UTC (rev 21391)
@@ -1,7 +1,7 @@
 # $URL$
 # $Id$
 [theme]
-version=3
+version=4
 
 [pixmaps]
 dialog_corner=dialog_bkgd_corner.bmp

Modified: scummvm/trunk/gui/themes/default-theme.zip
===================================================================
(Binary files differ)


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