Removing sort todo since at least predefined sorting is supported
authorEd Page <epage@Dulcinea.(none)>
Thu, 16 Apr 2009 02:56:28 +0000 (21:56 -0500)
committerEd Page <epage@Dulcinea.(none)>
Thu, 16 Apr 2009 02:56:28 +0000 (21:56 -0500)
src/rtm_view.py

index 7c38370..ce7b279 100644 (file)
@@ -87,7 +87,6 @@ class GtkRtMilk(object):
                self._projectsCombo = widgetTree.get_widget("projectsCombo")
                self._onListActivateId = 0
 
-               # @todo Need to figure out how to make the list sortable, especially with weird priority sorting
                self._itemList = gtk.ListStore(
                        gobject.TYPE_STRING, # id
                        gobject.TYPE_BOOLEAN, # is complete