[Scummvm-cvs-logs] SF.net SVN: scummvm: [25491] scummvm/trunk/gui/launcher.cpp
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Sun Feb 11 15:25:47 CET 2007
Revision: 25491
http://scummvm.svn.sourceforge.net/scummvm/?rev=25491&view=rev
Author: fingolfin
Date: 2007-02-11 06:25:46 -0800 (Sun, 11 Feb 2007)
Log Message:
-----------
Fix for bug #1656870 (GUI: MassAdd: One Has to click twice to confirm)
Modified Paths:
--------------
scummvm/trunk/gui/launcher.cpp
Modified: scummvm/trunk/gui/launcher.cpp
===================================================================
--- scummvm/trunk/gui/launcher.cpp 2007-02-11 13:02:50 UTC (rev 25490)
+++ scummvm/trunk/gui/launcher.cpp 2007-02-11 14:25:46 UTC (rev 25491)
@@ -633,7 +633,6 @@
if (massAdd) {
MessageDialog alert("Do you really want to run the mass game detector? "
"This could potentially add a huge number of games.", "Yes", "No");
- alert.runModal();
if (alert.runModal() == GUI::kMessageOK && _browser->runModal() > 0) {
addGameRecursive(_browser->getResult());
}
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