Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Cameron <quozl@laptop.org>2011-03-29 08:35:47 (GMT)
committer Gonzalo Odiard <godiard@sugarlabs.org>2011-03-29 10:09:53 (GMT)
commit2541cfacb71c4c9b9382eb4abdd61da0dbf881eb (patch)
tree68aa26c24705c255f6531ea221cc441f8d7c59c6
parentb8ec62b4b8236077ccbd5abb22a23e5687010b96 (diff)
fix stop button accelerator, dev.laptop.org #10786
Changes the accelerator for the stop button from Shift-Ctrl-Q to Ctrl-Q to fit with existing documentation: http://wiki.sugarlabs.org/go/Hotkeys and http://wiki.laptop.org/go/Keyboard_shortcuts Regression introduced in commit c37d8dc. Signed-off-by: James Cameron <quozl@laptop.org>
-rw-r--r--readactivity.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/readactivity.py b/readactivity.py
index d486f0c..4f4a7ee 100644
--- a/readactivity.py
+++ b/readactivity.py
@@ -258,7 +258,6 @@ class ReadActivity(activity.Activity):
separator.show()
stop_button = StopButton(self)
- stop_button.props.accelerator = '<Ctrl><Shift>Q'
toolbar_box.toolbar.insert(stop_button, -1)
stop_button.show()