Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/XOEditorActivity.py
diff options
context:
space:
mode:
Diffstat (limited to 'XOEditorActivity.py')
-rw-r--r--XOEditorActivity.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/XOEditorActivity.py b/XOEditorActivity.py
index 9cc33b9..9882f7c 100644
--- a/XOEditorActivity.py
+++ b/XOEditorActivity.py
@@ -112,6 +112,7 @@ class XOEditorActivity(activity.Activity):
alert.connect('response', _notification_alert_response_cb, self)
self.add_alert(alert)
alert.show()
+
def _rotate_cb(self, button=None):
self._game.rotate()
def write_file(self, file_path):