fix error when choosing unimplemented menu option
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user