Just remembered another task
[doneit] / src / gtk_rtmilk.py
index 737e597..21e615e 100644 (file)
@@ -264,6 +264,7 @@ class GtkRtMilk(object):
                self._reset_task_list()
 
        def _on_item_select(self, treeView, path, viewColumn):
+               # @todp See if there is a way to get a right click / tap'n'hold for more task goodness
                taskId = self._itemList[path[0]][self.ID_IDX]
 
                if viewColumn is self._priorityColumn: