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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sun Feb 18 19:36:21 CET 2007


Revision: 25699
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25699&view=rev
Author:   fingolfin
Date:     2007-02-18 10:36:21 -0800 (Sun, 18 Feb 2007)

Log Message:
-----------
Redraw the launcher after doing a mass add

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

Modified: scummvm/trunk/gui/launcher.cpp
===================================================================
--- scummvm/trunk/gui/launcher.cpp	2007-02-18 18:35:11 UTC (rev 25698)
+++ scummvm/trunk/gui/launcher.cpp	2007-02-18 18:36:21 UTC (rev 25699)
@@ -616,6 +616,10 @@
 		if (alert.runModal() == GUI::kMessageOK && _browser->runModal() > 0) {
 			MassAddDialog massAddDlg(_browser->getResult());
 			massAddDlg.runModal();
+
+			// Update the ListWidget and force a redraw
+			updateListing();
+			draw();
 		}
 		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