[Xfce4-commits] <thunar:master> Fix sorting by type (bug #9549).

Nick Schermer noreply at xfce.org
Fri Nov 30 20:50:01 CET 2012


Updating branch refs/heads/master
         to 3a2b712e7ebbaf0ac6987fb0f58dbd718cb9c6bb (commit)
       from 73f679ada058009a66e32d145906fc9e8ae19849 (commit)

commit 3a2b712e7ebbaf0ac6987fb0f58dbd718cb9c6bb
Author: Nick Schermer <nick at xfce.org>
Date:   Fri Nov 30 20:48:11 2012 +0100

    Fix sorting by type (bug #9549).

 thunar/thunar-list-model.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/thunar/thunar-list-model.c b/thunar/thunar-list-model.c
index 58b41c5..8402f90 100644
--- a/thunar/thunar-list-model.c
+++ b/thunar/thunar-list-model.c
@@ -1562,7 +1562,7 @@ sort_by_type (const ThunarFile *a,
     }
   else
     {
-      content_type_b = thunar_file_get_content_type (THUNAR_FILE (a));
+      content_type_b = thunar_file_get_content_type (THUNAR_FILE (b));
       description_b = g_content_type_get_description (content_type_b);
     }
 


More information about the Xfce4-commits mailing list