Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2011-03-28 16:22:48 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2011-03-28 16:22:48 (GMT)
commit0d60b952766a2e06058f61497361d64613c30dbf (patch)
tree28c295d02b252806d5f393eb0555d47511c8db2f /activity.py
parent59222086fbe2b555c537c3e8213a84efc0786b37 (diff)
Accept the default accelerator specified by the toolkit.
Diffstat (limited to 'activity.py')
-rw-r--r--activity.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/activity.py b/activity.py
index 3b01cf0..e102e83 100644
--- a/activity.py
+++ b/activity.py
@@ -128,7 +128,6 @@ class AcousticMeasureActivity(Activity):
separator.show()
stop_button = StopButton(self)
- stop_button.props.accelerator = '<Ctrl><Shift>Q'
toolbar_box.toolbar.insert(stop_button, -1)
stop_button.show()