[hamster-applet] don't look for description anymore as that will be put in the tags field



commit ffe2b05fb447e306b4c1019d5bed8ccd3220691a
Author: Toms Bauģis <toms baugis gmail com>
Date:   Tue Nov 24 01:07:52 2009 +0000

    don't look for description anymore as that will be put in the tags field

 hamster/stuff.py |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/hamster/stuff.py b/hamster/stuff.py
index a1e13a6..54941e5 100644
--- a/hamster/stuff.py
+++ b/hamster/stuff.py
@@ -280,11 +280,6 @@ def parse_activity_input(text):
         elif res.start_time:
             text = text[text.find(" ")+1:]
     
-    #see if we have description of activity somewhere here (delimited by comma)
-    if text.find(",") > 0:
-        text, res.description = text.split(",", 1)
-        res.description = res.description.strip()
-
     if text.find("@") > 0:
         text, res.category_name = text.split("@", 1)
         res.category_name = res.category_name.strip()



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]