Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/XOEditorActivity.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2014-05-19 22:54:18 (GMT)
committer Walter Bender <walter@sugarlabs.org>2014-05-19 22:54:18 (GMT)
commit11ae9d4cac488ef77f379b5197b1670b577978a8 (patch)
tree58a83520a9b1ec3aa027bbce7e4ce3fea54656e0 /XOEditorActivity.py
parentbc53dbd7888bf05482b8f9ee56289b87cd2d6543 (diff)
v12v12
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):