Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2012-02-09 11:48:40 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-02-09 11:48:40 (GMT)
commit0e59b5e2f5c6235e446036d0a1e6b39a83d6e53a (patch)
treedc5d238acd3c0caf80deaa4a3f04993f8152cebf
parent565bfce3a7bed5a6df3cc51e79d1ab4714873eeb (diff)
Remove Ctrl+Shift+Q Shortcut in the Stop buttonsugar-0.94
Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
-rwxr-xr-xhelpactivity.py1
1 files changed, 0 insertions, 1 deletions
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 = '<Ctrl><Shift>Q'
toolbar_box.toolbar.insert(stop_button, -1)
stop_button.show()