Small todo about a way to handle the todo item list
authorEd Page <epage@Dulcinea.(none)>
Mon, 13 Apr 2009 22:44:23 +0000 (17:44 -0500)
committerEd Page <epage@Dulcinea.(none)>
Mon, 13 Apr 2009 22:44:23 +0000 (17:44 -0500)
src/gtk_rtmilk.py

index d15f02c..54508e7 100644 (file)
@@ -233,6 +233,7 @@ class GtkRtMilk(object):
                return currentProjectName
 
        def _populate_items(self):
+               # @todo Look using a button for notes and links, and labels for all else
                currentProject = self._get_project()
                projId = self._manager.lookup_project(currentProject)["id"]
                for taskDetails in self._manager.get_tasks_with_details(projId):