Skip to content

Commit

Permalink
Fix bug 2599857: file list sort order was wrong in many cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Monin committed Feb 19, 2009
1 parent 263a050 commit 6b0883b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layout.c
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,8 @@ gint layout_set_fd(LayoutWindow *lw, FileData *fd)

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;
Expand Down Expand Up @@ -1752,7 +1753,6 @@ void layout_style_set(LayoutWindow *lw, gint style, const gchar *order)
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);

Expand Down

0 comments on commit 6b0883b

Please sign in to comment.