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

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Sun Oct 24 15:26:58 CEST 2010


Revision: 53765
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53765&view=rev
Author:   wjpalenstijn
Date:     2010-10-24 13:26:58 +0000 (Sun, 24 Oct 2010)

Log Message:
-----------
Revert r53747: "GUI: added close() call to Dialog::runModal()"

It broke the launcher after adding new games.

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

Modified: scummvm/trunk/gui/dialog.cpp
===================================================================
--- scummvm/trunk/gui/dialog.cpp	2010-10-24 13:09:56 UTC (rev 53764)
+++ scummvm/trunk/gui/dialog.cpp	2010-10-24 13:26:58 UTC (rev 53765)
@@ -76,8 +76,6 @@
 	// Start processing events
 	g_gui.runLoop();
 
-	close();	// to prevent resource leak in GUI manager
-	
 	// Return the result code
 	return _result;
 }


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