summaryrefslogtreecommitdiffstats
path: root/item.py
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2009-05-20 14:35:02 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2009-05-20 14:35:02 +0200
commite1b6d1a619aa8f75510d5b1812fe68459fb01578 (patch)
tree6ba790734eb4068cf0b1fe25dd743f7fcf9fd252 /item.py
parent40204e2d53fb9212a00bff4cb56cf0d0c11da70f (diff)
downloadtodolist-e1b6d1a619aa8f75510d5b1812fe68459fb01578.tar.gz
todolist-e1b6d1a619aa8f75510d5b1812fe68459fb01578.tar.xz
todolist-e1b6d1a619aa8f75510d5b1812fe68459fb01578.zip
added date/time functionality
named date and time input fields save date/time default date/time to -1
Diffstat (limited to 'item.py')
-rw-r--r--item.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/item.py b/item.py
index a6c1cca..99abb7b 100644
--- a/item.py
+++ b/item.py
@@ -28,7 +28,7 @@ class item:
self.description = ''
self.completed = 0
self.removed = 0
- self.due = 0
+ self.due = -1
def setId(self, id):
if self.id == -1: