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
=== modified file 'gwibber/microblog/plugins/foursquare/gtk/foursquare/__init__.py'
--- gwibber/microblog/plugins/foursquare/gtk/foursquare/__init__.py 2012-02-14 18:02:27 +0000
+++ gwibber/microblog/plugins/foursquare/gtk/foursquare/__init__.py 2012-04-11 22:51:19 +0000
@@ -120,7 +120,7 @@
120 fullname += data["response"]["user"]["firstName"] + " "120 fullname += data["response"]["user"]["firstName"] + " "
121 if data["response"]["user"].has_key("lastName"):121 if data["response"]["user"].has_key("lastName"):
122 fullname += data["response"]["user"]["lastName"]122 fullname += data["response"]["user"]["lastName"]
123 self.account["username"] = fullname123 self.account["username"] = fullname.encode("utf-8")
124 self.account["user_id"] = data["response"]["user"]["id"]124 self.account["user_id"] = data["response"]["user"]["id"]
125125
126 if isinstance(data, dict):126 if isinstance(data, dict):

Subscribers

People subscribed via source and target branches