Revision: 1632
http://geeqie.svn.sourceforge.net/geeqie/?rev=1632&view=rev
Author: mow
Date: 2009-04-10 13:54:08 +0000 (Fri, 10 Apr 2009)
Log Message:
-----------
Just update the internal sort method
There is no other use of the internal sort method than speeding up the
sorting of a collection. So setting it to SORT_NONE is the better
choice.
Modified Paths:
--------------
trunk/src/collect.c
Modified: trunk/src/collect.c
===================================================================
--- trunk/src/collect.c 2009-04-10 13:44:37 UTC (rev 1631)
+++ trunk/src/collect.c 2009-04-10 13:54:08 UTC (rev 1632)
@@ -606,6 +606,7 @@
if (!cd) return;
cd->list = collection_list_randomize(cd->list);
+ cd->sort_method = SORT_NONE;
if (cd->list) cd->changed = TRUE;
collection_window_refresh(collection_window_find(cd));
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn