Merge lp:~thisfred/u1db/fix-stupid into lp:u1db

Proposed by Eric Casteleijn on 2012-05-08
Status: Merged
Approved by: Eric Casteleijn on 2012-05-08
Approved revision: 270
Merged at revision: 270
Proposed branch: lp:~thisfred/u1db/fix-stupid
Merge into: lp:u1db
Diff against target: 12 lines (+1/-1)
1 file modified
u1todo/ui.py (+1/-1)
To merge this branch: bzr merge lp:~thisfred/u1db/fix-stupid
Reviewer Review Type Date Requested Status
Lucio Torre (community) 2012-05-08 Approve on 2012-05-08
Review via email: mp+105125@code.launchpad.net

Description of the Change

missed one method name change

To post a comment you must log in.
Lucio Torre (lucio.torre) wrote :

trust goes a long way

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'u1todo/ui.py'
2--- u1todo/ui.py 2012-05-08 18:50:01 +0000
3+++ u1todo/ui.py 2012-05-08 20:48:18 +0000
4@@ -40,7 +40,7 @@
5 self.setText(self.task.title)
6 self.setCheckState(
7 QtCore.Qt.Checked if task.done else QtCore.Qt.Unchecked)
8- self.update()
9+ self.update_strikethrough()
10
11 def update_strikethrough(self):
12 font = self.font()

Subscribers

People subscribed via source and target branches