fix error when choosing unimplemented menu option

This commit is contained in:
sqlcoder 2009-05-20 23:21:50 +01:00
parent cee4cade3e
commit 93f643a958

View File

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