another parameter fix to the fpdb.py gui update

This commit is contained in:
sqlcoder 2009-05-25 21:30:37 +01:00
parent e7532ea497
commit 90b886e77f

View File

@ -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