GTG

Merge lp:~bryce/gtg/code-cleanup into lp:~gtg/gtg/old-trunk

Proposed by Bryce Harrington
Status: Merged
Merged at revision: not available
Proposed branch: lp:~bryce/gtg/code-cleanup
Merge into: lp:~gtg/gtg/old-trunk
Diff against target: 15 lines (+5/-0)
1 file modified
GTG/taskbrowser/browser.py (+5/-0)
To merge this branch: bzr merge lp:~bryce/gtg/code-cleanup
Reviewer Review Type Date Requested Status
Luca Invernizzi (community) Approve
Review via email: mp+19286@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Bryce Harrington (bryce) wrote :

Fix for request for ctrl+f9 to close the closed tasks pane

Revision history for this message
Luca Invernizzi (invernizzi) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'GTG/taskbrowser/browser.py'
2--- GTG/taskbrowser/browser.py 2010-02-09 08:59:12 +0000
3+++ GTG/taskbrowser/browser.py 2010-02-14 05:22:11 +0000
4@@ -513,6 +513,11 @@
5 key, mod = gtk.accelerator_parse('<Control>t')
6 addtag_button.add_accelerator('activate', agr, key, mod, \
7 gtk.ACCEL_VISIBLE)
8+
9+ addtag_button = self.builder.get_object('view_closed')
10+ key, mod = gtk.accelerator_parse('<Control>F9')
11+ addtag_button.add_accelerator('activate', agr, key, mod, \
12+ gtk.ACCEL_VISIBLE)
13
14 def _init_plugin_engine(self):
15 # plugins - Init

Subscribers

People subscribed via source and target branches

to status/vote changes: