diff options
Diffstat (limited to 'shell')
| -rw-r--r-- | shell/shell.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/shell/shell.c b/shell/shell.c index 153b00b3..62719d78 100644 --- a/shell/shell.c +++ b/shell/shell.c @@ -897,6 +897,7 @@ static void set_view_type(ShellViewType viewtype, gboolean reload)      shell->normalize_percentage = TRUE;      shell->view_type = viewtype; +    shell->_order_type = SHELL_ORDER_DESCENDING;      /* use an unsorted tree model */      GtkTreeSortable *sortable = GTK_TREE_SORTABLE(shell->info->model); | 
