From 90b886e77f06105639a2b35bb9391b9254c722de Mon Sep 17 00:00:00 2001 From: sqlcoder Date: Mon, 25 May 2009 21:30:37 +0100 Subject: [PATCH] another parameter fix to the fpdb.py gui update --- pyfpdb/fpdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/fpdb.py b/pyfpdb/fpdb.py index 66ed87cf..70ece5e4 100755 --- a/pyfpdb/fpdb.py +++ b/pyfpdb/fpdb.py @@ -366,7 +366,7 @@ class fpdb: self.db.db.rollback() #end def load_profile - def not_implemented(self, widget, data): + def not_implemented(self, widget, data=None): print "todo: called unimplemented menu entry (users: pls ignore this)"#remove this once more entries are implemented #end def not_implemented