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 21:34:42 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2011-03-28 21:34:42 (GMT)
commit253b7a1d404636e93067b5c42bb4c0ea6bd8e399 (patch)
tree6324ac4e509265698760c3f254dc2b79dff6ec11 /activity.py
parentf1a16f6fb8eebd266cdf1f917e1705e7d5da8b11 (diff)
for stop use ctrl-q not shift-ctrl-q, dev.laptop.org #10786 by James Cameron
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 e911bd7..551637b 100644
--- a/activity.py
+++ b/activity.py
@@ -84,7 +84,6 @@ class StopWatchActivity(Activity):
separator.show()
stop_button = StopButton(self)
- stop_button.props.accelerator = '<Ctrl><Shift>Q'
toolbar_box.toolbar.insert(stop_button, -1)
stop_button.show()