Merge lp:~raza-sayed-gmail/gwibber/lp975437 into lp:gwibber

Proposed by raza.sayed
Status: Merged
Merge reported by: Ken VanDine
Merged at revision: not available
Proposed branch: lp:~raza-sayed-gmail/gwibber/lp975437
Merge into: lp:gwibber
Diff against target: 12 lines (+1/-1)
1 file modified
gwibber/microblog/plugins/foursquare/gtk/foursquare/__init__.py (+1/-1)
To merge this branch: bzr merge lp:~raza-sayed-gmail/gwibber/lp975437
Reviewer Review Type Date Requested Status
Ken VanDine Approve
Review via email: mp+101658@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Ken VanDine (ken-vandine) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'gwibber/microblog/plugins/foursquare/gtk/foursquare/__init__.py'
2--- gwibber/microblog/plugins/foursquare/gtk/foursquare/__init__.py 2012-02-14 18:02:27 +0000
3+++ gwibber/microblog/plugins/foursquare/gtk/foursquare/__init__.py 2012-04-11 22:51:19 +0000
4@@ -120,7 +120,7 @@
5 fullname += data["response"]["user"]["firstName"] + " "
6 if data["response"]["user"].has_key("lastName"):
7 fullname += data["response"]["user"]["lastName"]
8- self.account["username"] = fullname
9+ self.account["username"] = fullname.encode("utf-8")
10 self.account["user_id"] = data["response"]["user"]["id"]
11
12 if isinstance(data, dict):

Subscribers

People subscribed via source and target branches