https://bugs.gpodder.org/show_bug.cgi?id=921
--- Comment #3 from Andreas Piesk <[email protected]> 2012-09-22 23:19:13 BST --- (Mit Bezug zu comment 2) > as "sorted by date" is the default sorting (which i don't like) it should be > indicated in the column header: > and it should show descending instead of the default ascending order: $ cat gpodder-sort-indicator.patch --- gpodder-gpodder-07dc226/src/gpodder/gtkui/main.py.org 2012-07-25 03:04:04.000000000 +0200 +++ gpodder-gpodder-07dc226/src/gpodder/gtkui/main.py 2012-09-23 00:15:32.556866962 +0200 @@ -828,6 +828,9 @@ class gPodder(BuilderWidget, dbus.servic self.treeAvailable.append_column(itemcolumn) TreeViewHelper.register_column(self.treeAvailable, itemcolumn) + releasecolumn.set_sort_indicator(True) + releasecolumn.set_sort_order(gtk.SORT_DESCENDING) + # Add context menu to all tree view column headers for column in self.treeAvailable.get_columns(): label = gtk.Label(column.get_title()) -- Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
