Merge lp:~mvo/software-center/gwibber-utf8-lp985255 into lp:software-center

Proposed by Michael Vogt
Status: Merged
Merged at revision: 2992
Proposed branch: lp:~mvo/software-center/gwibber-utf8-lp985255
Merge into: lp:software-center
Diff against target: 11 lines (+1/-1)
1 file modified
softwarecenter/ui/gtk3/review_gui_helper.py (+1/-1)
To merge this branch: bzr merge lp:~mvo/software-center/gwibber-utf8-lp985255
Reviewer Review Type Date Requested Status
Gary Lasker (community) Approve
Review via email: mp+103090@code.launchpad.net

Description of the change

This fixes another utf8() issue that prevents the the gwibber integration from working on non-english service names.

To post a comment you must log in.
Revision history for this message
Gary Lasker (gary-lasker) wrote :

Looks fine, thank you, mvo!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'softwarecenter/ui/gtk3/review_gui_helper.py'
--- softwarecenter/ui/gtk3/review_gui_helper.py 2012-03-16 09:02:42 +0000
+++ softwarecenter/ui/gtk3/review_gui_helper.py 2012-04-23 12:34:03 +0000
@@ -974,7 +974,7 @@
974 """ little helper to facilitate posting message to twitter account974 """ little helper to facilitate posting message to twitter account
975 passed in975 passed in
976 """976 """
977 status_text = _("Posting to %s") % account['service'].capitalize()977 status_text = _("Posting to %s") % utf8(account['service'].capitalize())
978 self._change_status("progress", status_text)978 self._change_status("progress", status_text)
979 return self.gwibber_helper.send_message(msg, account['id'])979 return self.gwibber_helper.send_message(msg, account['id'])
980980

Subscribers

People subscribed via source and target branches