GTG

Merge lp://staging/~bryce/gtg/bug506184 into lp://staging/~gtg/gtg/old-trunk

Proposed by Bryce Harrington
Status: Merged
Merged at revision: not available
Proposed branch: lp://staging/~bryce/gtg/bug506184
Merge into: lp://staging/~gtg/gtg/old-trunk
Diff against target: 12 lines (+1/-1)
1 file modified
GTG/taskeditor/editor.py (+1/-1)
To merge this branch: bzr merge lp://staging/~bryce/gtg/bug506184
Reviewer Review Type Date Requested Status
Kevin Mehall (community) Approve
Gtg developers bugfix merge Pending
Review via email: mp+17190@code.staging.launchpad.net
To post a comment you must log in.
Revision history for this message
Bryce Harrington (bryce) wrote :
Revision history for this message
Kevin Mehall (kevin-mehall) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'GTG/taskeditor/editor.py'
2--- GTG/taskeditor/editor.py 2010-01-08 20:51:01 +0000
3+++ GTG/taskeditor/editor.py 2010-01-12 03:06:12 +0000
4@@ -332,7 +332,7 @@
5 tt = t.get_name()
6 if not self.task.has_tags(tag_list=[t]) :
7 tag_count += 1
8- mi = gtk.MenuItem(label=tt)
9+ mi = gtk.MenuItem(label=tt, use_underline=False)
10 mi.connect("activate",self.inserttag,tt)
11 mi.show()
12 menu.append(mi)

Subscribers

People subscribed via source and target branches

to status/vote changes: