From 93f643a9585d48befc00e8e37b6fdf05325c17e9 Mon Sep 17 00:00:00 2001 From: sqlcoder Date: Wed, 20 May 2009 23:21:50 +0100 Subject: [PATCH] fix error when choosing unimplemented menu option --- pyfpdb/fpdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/fpdb.py b/pyfpdb/fpdb.py index f310e255..06b5d1f9 100755 --- a/pyfpdb/fpdb.py +++ b/pyfpdb/fpdb.py @@ -290,7 +290,7 @@ class fpdb: self.db.db.rollback() #end def load_profile - def not_implemented(self): + def not_implemented(self, widget, data): print "todo: called unimplemented menu entry (users: pls ignore this)"#remove this once more entries are implemented #end def not_implemented