Merge lp:~alexzak/software-properties/fixes into lp:software-properties

Proposed by Alexander Kabakow
Status: Merged
Merge reported by: Michael Vogt
Merged at revision: not available
Proposed branch: lp:~alexzak/software-properties/fixes
Merge into: lp:software-properties
Diff against target: 12 lines (+1/-1)
1 file modified
softwareproperties/kde/DialogEdit.py (+1/-1)
To merge this branch: bzr merge lp:~alexzak/software-properties/fixes
Reviewer Review Type Date Requested Status
Michael Vogt (community) Approve
Review via email: mp+15381@code.launchpad.net

Commit message

Fixes LP: #489960

To post a comment you must log in.
Revision history for this message
Michael Vogt (mvo) wrote :

Thanks, I merged it (with slight modifcation, I use utf8() instead of unicode()), that is a helper function special to software-properties.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'softwareproperties/kde/DialogEdit.py'
2--- softwareproperties/kde/DialogEdit.py 2009-03-26 23:15:44 +0000
3+++ softwareproperties/kde/DialogEdit.py 2009-11-29 20:05:20 +0000
4@@ -58,7 +58,7 @@
5 comps = c
6 self.entry_comps.setText(comps)
7
8- self.entry_comment.setText(source_entry.comment)
9+ self.entry_comment.setText(unicode(source_entry.comment, 'utf-8'))
10
11 self.connect(self.entry_uri, SIGNAL("textChanged(const QString&)"), self.check_line)
12 self.connect(self.entry_dist, SIGNAL("textChanged(const QString&)"), self.check_line)

Subscribers

People subscribed via source and target branches

to status/vote changes: