GNOME Bugzilla – Bug 602811
Incorrect sorting by size in panel
Last modified: 2009-11-24 09:37:50 UTC
Created attachment 148375 [details] [review] patch In Ubuntu, we've found that sorting by size doesn't work for files bigger that ~1G. Problem is connected with my_intcmp method params (gint instead of GnomeVFSFileSize) So we've applied the attached patch: * debian/patches/01_sort_by_size_fix.patch: added my_filesizecmp method with GnomeVFSFileSize params instead of gint (LP: #369818).
Created attachment 148376 [details] [review] debdiff
This problem has been fixed in our software repository (commit b44e26f869c53aa3011dc6af24dc9822bb3e2a2d). The fix will go into the next software release. Thank you for your bug report.