From 2541cfacb71c4c9b9382eb4abdd61da0dbf881eb Mon Sep 17 00:00:00 2001 From: James Cameron Date: Tue, 29 Mar 2011 08:35:47 +0000 Subject: 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 --- 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 = 'Q' toolbar_box.toolbar.insert(stop_button, -1) stop_button.show() -- cgit v0.9.1