From e3c153e471b71022c3229487c9b84aa36997890b Mon Sep 17 00:00:00 2001 From: Ed Page Date: Sat, 11 Apr 2009 22:34:13 -0500 Subject: [PATCH] Typo on todo so wasn't picked up in todo list --- src/gtk_rtmilk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gtk_rtmilk.py b/src/gtk_rtmilk.py index 21e615e..d15f02c 100644 --- a/src/gtk_rtmilk.py +++ b/src/gtk_rtmilk.py @@ -264,7 +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 + # @todo 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