def on_about(self): application.show_about_dialog()
def on_about(self, action): application.show_about_dialog(self.window)