[BACK]Return to patch-src_gbirthday_databases_lightning_py CVS log [TXT][DIR] Up to [local] / ports / productivity / gbirthday / patches

File: [local] / ports / productivity / gbirthday / patches / Attic / patch-src_gbirthday_databases_lightning_py (download)

Revision 1.1, Mon Aug 11 15:58:16 2014 UTC (9 years, 10 months ago) by kirby
Branch: MAIN

fix fetching data from thunderbird-lightning

$OpenBSD$
--- src/gbirthday/databases/lightning.py.orig	Mon Aug 11 19:27:09 2014
+++ src/gbirthday/databases/lightning.py	Mon Aug 11 19:27:23 2014
@@ -24,7 +24,7 @@ class Lightning(DataBase):
                 has_config=False):
         super(Lightning, self).__init__(title=title, has_config=has_config)
         self.THUNDERBIRD_LOCATION = os.path.join(os.environ['HOME'],
-            '.mozilla-thunderbird')
+            '.thunderbird')
         self.ab = None
         self.cursor = None
         self.conn = None