[billreminder] Fixed typo inserted yesterday during code refactoring.



commit 8cffe87b4e3370def466574e4664ba58ca6b24be
Author: Og B. Maciel <ogmaciel gnome org>
Date:   Sat Nov 14 12:58:47 2009 -0500

    Fixed typo inserted yesterday during code refactoring.

 src/lib/actions.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/lib/actions.py b/src/lib/actions.py
index 31e4098..7df0f79 100644
--- a/src/lib/actions.py
+++ b/src/lib/actions.py
@@ -125,7 +125,7 @@ class Actions(object):
         return records
 
     def add(self, dbobject):
-        return self.dal.add(bill)
+        return self.dal.add(dbobject)
 
     def edit(self, dbobject):
         return self.dal.add(dbobject)



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