[Jppy-commit] [SCM] jppy - Python bindings and API for jpilot databases and a GTK2 GUI branch, devel-plugin-arch, updated. releases/0.0.48-31-gfe6def1

Nick Piper nick-git@nickpiper.co.uk
Mon Nov 10 23:37:18 GMT 2008


The following commit has been merged in the devel-plugin-arch branch:
commit d14764df43d5c4feae9bdd6182ad242067c03fbf
Author: Nick Piper <nick-git@nickpiper.co.uk>
Date:   Mon Nov 10 23:32:31 2008 +0000

    Use the taskList were were given, rather than trying to create a new one

diff --git a/jppy/printers.py b/jppy/printers.py
index 1b0bec8..0a36567 100644
--- a/jppy/printers.py
+++ b/jppy/printers.py
@@ -336,7 +336,7 @@ class todos_printer:
         para_style.leading = 28
         
 
-        cats = jppy.taskList().getCategories()
+        cats = self.tasklist.getCategories()
         
         for todo in todolist:
             if todo['complete']:

-- 
jppy - Python bindings and API for jpilot databases and a GTK2 GUI



More information about the Jppy-commit mailing list