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