[hamster-applet] some more minor bits



commit 5ea7faac9efd5f2db5035631eba572cb37e65bc4
Author: Toms Bauģis <toms baugis gmail com>
Date:   Sat Apr 18 18:56:54 2009 +0100

    some more minor bits
---
 hamster/db.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hamster/db.py b/hamster/db.py
index 238ab27..5f98510 100644
--- a/hamster/db.py
+++ b/hamster/db.py
@@ -290,7 +290,7 @@ class Storage(hamster.storage.Storage):
             activity_name, description = activity_name.split(",", 1)
             description = description.strip()
         
-        if activity_name.lower() == "bbq_omg": #this is most essential
+        if activity_name.lower() in ("bbq_omg", "barbeque_omg"): #this is most essential
             description = "[ponies = 1], [rainbows = 0]"
             
         # now check if maybe there is also a category



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