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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Thu Jan 8 18:08:24 CET 2009


Revision: 35788
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35788&view=rev
Author:   lordhoto
Date:     2009-01-08 17:08:24 +0000 (Thu, 08 Jan 2009)

Log Message:
-----------
Fixed revertion to "Add game" button string after a "Mass add" was processed.

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

Modified: scummvm/trunk/gui/launcher.cpp
===================================================================
--- scummvm/trunk/gui/launcher.cpp	2009-01-08 16:38:42 UTC (rev 35787)
+++ scummvm/trunk/gui/launcher.cpp	2009-01-08 17:08:24 UTC (rev 35788)
@@ -646,6 +646,10 @@
 			updateListing();
 			draw();
 		}
+
+		// We need to update the buttons here, so "Mass add" will revert to "Add game"
+		// without any additional event.
+		updateButtons();
 		return;
 	}
 


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