https://bugs.gpodder.org/show_bug.cgi?id=921

Andreas Piesk <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Andreas Piesk <[email protected]> 2012-09-22 22:30:24 BST ---
as "sorted by date" is the default sorting (which i don't like) it should be
indicated in the column header:

$ 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-22
23:22:52.967925748 +0200
@@ -828,6 +828,8 @@ class gPodder(BuilderWidget, dbus.servic
             self.treeAvailable.append_column(itemcolumn)
             TreeViewHelper.register_column(self.treeAvailable, itemcolumn)

+        releasecolumn.set_sort_indicator(True)
+
         # Add context menu to all tree view column headers
         for column in self.treeAvailable.get_columns():
             label = gtk.Label(column.get_title())

regards,
-ap

-- 
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

Reply via email to