fix error when choosing unimplemented menu option
This commit is contained in:
parent
cee4cade3e
commit
93f643a958
|
@ -290,7 +290,7 @@ class fpdb:
|
||||||
self.db.db.rollback()
|
self.db.db.rollback()
|
||||||
#end def load_profile
|
#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
|
print "todo: called unimplemented menu entry (users: pls ignore this)"#remove this once more entries are implemented
|
||||||
#end def not_implemented
|
#end def not_implemented
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user