Merge lp:~om26er/ubuntu/lucid/gwibber/gwibber-prepend-issue into lp:ubuntu/lucid-proposed/gwibber

Proposed by Omer Akram
Status: Merged
Merged at revision: 8
Proposed branch: lp:~om26er/ubuntu/lucid/gwibber/gwibber-prepend-issue
Merge into: lp:ubuntu/lucid-proposed/gwibber
Diff against target: 36 lines (+24/-0)
2 files modified
debian/changelog (+7/-0)
debian/patches/do_not_prepend_is.patch (+17/-0)
To merge this branch: bzr merge lp:~om26er/ubuntu/lucid/gwibber/gwibber-prepend-issue
Reviewer Review Type Date Requested Status
Ken VanDine Approve
Review via email: mp+45288@code.launchpad.net

Description of the change

fix bug 674894 in lucid too. so that facebook status updates dont contain 'is' prepended to them

To post a comment you must log in.
Revision history for this message
Ken VanDine (ken-vandine) wrote :

Looks good, thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2010-11-11 04:15:32 +0000
3+++ debian/changelog 2011-01-05 20:03:22 +0000
4@@ -1,3 +1,10 @@
5+gwibber (2.30.3-0ubuntu1.1) lucid-proposed; urgency=low
6+
7+ * debian/patches/do_not_prepend_is.patch:
8+ - Do not prepend 'is' in facebook status updates. (LP: #674894)
9+
10+ -- Omer Akram <om26er@ubuntu.com> Thu, 06 Jan 2011 00:23:12 +0500
11+
12 gwibber (2.30.3-0ubuntu1) lucid-proposed; urgency=low
13
14 * New upstream release.
15
16=== added file 'debian/patches/do_not_prepend_is.patch'
17--- debian/patches/do_not_prepend_is.patch 1970-01-01 00:00:00 +0000
18+++ debian/patches/do_not_prepend_is.patch 2011-01-05 20:03:22 +0000
19@@ -0,0 +1,17 @@
20+From: Ken VanDine <ken.vandine@canonical.com>
21+Subject: Do not prepend 'is' in facebook status updates.
22+Origin: http://bazaar.launchpad.net/~gwibber-committers/gwibber/2.30/revision/746
23+Bug: https://launchpad.net/bugs/674894
24+
25+--- gwibber/microblog/facebook.py 2010-11-11 03:21:26 +0000
26++++ gwibber/microblog/facebook.py 2011-01-05 19:09:48 +0000
27+@@ -293,7 +293,7 @@
28+ return []
29+
30+ def send(self, message):
31+- self._get("users.setStatus", status=message, status_includes_verb=False)
32++ self._get("users.setStatus", status=message, status_includes_verb=True)
33+ return []
34+
35+ def send_thread(self, message, target):
36+

Subscribers

People subscribed via source and target branches

to all changes: