another parameter fix to the fpdb.py gui update
This commit is contained in:
parent
e7532ea497
commit
90b886e77f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user