Merge lp:~ken-vandine/libgrip/0.3.7+13.10.20130628-0ubuntu2 into lp:libgrip

Proposed by Ken VanDine
Status: Merged
Approved by: Stephen M. Webb
Approved revision: 88
Merged at revision: 89
Proposed branch: lp:~ken-vandine/libgrip/0.3.7+13.10.20130628-0ubuntu2
Merge into: lp:libgrip
Diff against target: 25 lines (+7/-1)
2 files modified
debian/changelog (+6/-0)
examples/rectangle-mover/gesture.c (+1/-1)
To merge this branch: bzr merge lp:~ken-vandine/libgrip/0.3.7+13.10.20130628-0ubuntu2
Reviewer Review Type Date Requested Status
Stephen M. Webb (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+200715@code.launchpad.net

Commit message

Syncing changed uploaded the archive back to trunk

Description of the change

Syncing changed uploaded the archive back to trunk

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Stephen M. Webb (bregma) wrote :

Right.

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 2013-06-28 02:01:10 +0000
3+++ debian/changelog 2014-01-07 18:41:47 +0000
4@@ -1,3 +1,9 @@
5+libgrip (0.3.7+13.10.20130628-0ubuntu2) trusty; urgency=medium
6+
7+ * Fix FTBFS due to deprecated warning in examples code.
8+
9+ -- Dimitri John Ledkov <xnox@ubuntu.com> Mon, 23 Dec 2013 13:22:15 +0000
10+
11 libgrip (0.3.7+13.10.20130628-0ubuntu1) saucy; urgency=low
12
13 [ Stephen M. Webb ]
14
15=== modified file 'examples/rectangle-mover/gesture.c'
16--- examples/rectangle-mover/gesture.c 2014-01-07 00:43:22 +0000
17+++ examples/rectangle-mover/gesture.c 2014-01-07 18:41:47 +0000
18@@ -176,7 +176,7 @@
19 GtkWidget *tv;
20 GtkTreeModel *model;
21 GtkWidget *sw;
22- const GdkRGBA white = { 0, 0xffff, 0xffff, 0xffff };
23+ const GdkRGBA white = { 0xffff, 0xffff, 0xffff, 0xffff };
24
25 app->da = gtk_drawing_area_new ();
26

Subscribers

People subscribed via source and target branches