[Sugar-devel] [PATCH] fix stop button accelerator, dev.laptop.org #10786

Gonzalo Odiard gonzalo at laptop.org
Tue Mar 29 06:18:20 EDT 2011


Thanks James
Pushed.

Gonzalo


On Tue, Mar 29, 2011 at 12:35 AM, James Cameron <quozl at laptop.org> wrote:

> 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 at laptop.org>
> ---
>  readactivity.py |    1 -
>  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()
>
> --
> 1.7.4.1
>
> _______________________________________________
> Sugar-devel mailing list
> Sugar-devel at lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sugarlabs.org/archive/sugar-devel/attachments/20110329/1d6b743f/attachment.html>


More information about the Sugar-devel mailing list