[Scummvm-cvs-logs] CVS: scummvm/gui browser.cpp,1.23,1.24

Max Horn fingolfin at users.sourceforge.net
Fri Dec 17 18:34:02 CET 2004


Update of /cvsroot/scummvm/scummvm/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10547/gui

Modified Files:
	browser.cpp 
Log Message:
Ensure that the file list in the browser is always sorted

Index: browser.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/browser.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- browser.cpp	21 Nov 2004 13:39:54 -0000	1.23
+++ browser.cpp	18 Dec 2004 02:33:37 -0000	1.24
@@ -197,6 +197,7 @@
 
 	// Read in the data from the file system
 	_nodeContent = _node.listDir();
+	_nodeContent.sort();
 
 	// Populate the ListWidget
 	Common::StringList list;





More information about the Scummvm-git-logs mailing list