Revision: 1397
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1397&view=rev
Author:   zas_
Date:     2009-02-19 17:36:38 +0000 (Thu, 19 Feb 2009)

Log Message:
-----------
Fix bug 2599857: file list sort order was wrong in many cases.

Modified Paths:
--------------
    trunk/src/layout.c

Modified: trunk/src/layout.c
===================================================================
--- trunk/src/layout.c  2009-02-16 22:48:30 UTC (rev 1396)
+++ trunk/src/layout.c  2009-02-19 17:36:38 UTC (rev 1397)
@@ -1085,7 +1085,8 @@
 
        if (lw->path_entry) tab_completion_append_to_history(lw->path_entry, 
lw->dir_fd->path);
        layout_sync_path(lw);
-
+       layout_list_sync_sort(lw);
+       
        if (have_file)
                {
                gint row;
@@ -1752,7 +1753,6 @@
        layout_grid_setup(lw);
        layout_tools_hide(lw, lw->tools_hidden);
 
-       layout_list_sync_sort(lw);
        layout_util_sync(lw);
        layout_status_update_all(lw);
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to