[billreminder] Fixed typo inserted yesterday during code refactoring.
- From: Og B. Maciel <ogmaciel src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [billreminder] Fixed typo inserted yesterday during code refactoring.
- Date: Sat, 14 Nov 2009 20:59:10 +0000 (UTC)
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]