GNOME Bugzilla – Bug 306775
[PATCH] EntryView sort-order changes & fixes
Last modified: 2005-07-07 12:57:48 UTC
The first of the bug-fix patches from my arch branch. This patch: a) allows you to do sorting at this level without a key in GConf b) adds functions to get/set the sorting order as seperate values (as opposed to the composite GConf string) c) fixes the long-standing bug (although no-one actually reported it) where you can't sort the library in descending order if any filer (artist/album/genre/search) is used They would probably be better as seperate patches, but they're a bit intertwined (I could break them up if necessary).
Patch : Raising priority and confirming to encourage patch review.
Created attachment 47415 [details] [review] Does the thing described in the initial description Just noticed that I hadn't attached the patch. Oops
2005-07-07 Bastien Nocera <hadess@hadess.net> * widgets/rb-entry-view.c: (rb_entry_view_sync_sorting), (rb_entry_view_get_sorting_type), (rb_entry_view_set_sorting_type), (rb_entry_view_get_sorting_order), (rb_entry_view_set_sorting_order), (rb_entry_view_column_clicked_cb), (rb_entry_view_constructor), (rb_entry_view_sort_key_changed_cb): * widgets/rb-entry-view.h: fix a number of bugs with the RBEntryView sort-order (patch from James Livingston <jrl@ids.org.au>) (Closes: #306775)