From 0e59b5e2f5c6235e446036d0a1e6b39a83d6e53a Mon Sep 17 00:00:00 2001 From: Gonzalo Odiard Date: Thu, 09 Feb 2012 11:48:40 +0000 Subject: Remove Ctrl+Shift+Q Shortcut in the Stop button Signed-off-by: Gonzalo Odiard --- diff --git a/helpactivity.py b/helpactivity.py index 41fc3a1..210c423 100755 --- a/helpactivity.py +++ b/helpactivity.py @@ -98,7 +98,6 @@ class HelpActivity(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