From ae950d1abd47365941f27d84c522b06e10606c92 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Sat, 11 Apr 2009 22:33:26 -0500 Subject: [PATCH] Just remembered another task --- src/gtk_rtmilk.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gtk_rtmilk.py b/src/gtk_rtmilk.py index 737e597..21e615e 100644 --- a/src/gtk_rtmilk.py +++ b/src/gtk_rtmilk.py @@ -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: -- 1.7.9.5