[hamster-applet] added note that tags go into description to keep number of action words (magic words) to minimum



commit 675dcaf7bc5067ddfa72bd470ece121af4a3d874
Author: Toms Bauģis <toms baugis gmail com>
Date:   Wed Feb 10 08:31:00 2010 +0000

    added note that tags go into description to keep number
    of action words (magic words) to minimum

 src/hamster/hamsterdbus.py |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/src/hamster/hamsterdbus.py b/src/hamster/hamsterdbus.py
index 8a6a355..50ef0e8 100644
--- a/src/hamster/hamsterdbus.py
+++ b/src/hamster/hamsterdbus.py
@@ -194,10 +194,11 @@ class HamsterDbusController(dbus.service.Object):
         """Add a new fact
         Parameters:
         s activity: Activity name with optional category, description and tags
-                    in the form
-                    'activity_name[ category_name][,description][#tag1 #tagN]'
-                    Activity, matching category and tags will be refered or
-                    created on the fly.
+          in the form 'activity_name[ category_name][,description [#tag1 #tagN]]'
+          Activity, matching category and tags will be refered or created on the
+          fly.
+          Note that tags go into description - this is in order to reduce number
+          of action symbols in activity string
         u start_time: Seconds since epoch (timestamp). Use 0 for 'now'
         u end_time: Seconds since epoch (timestamp). Use 0 for ongoing task
         """



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