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

Subscribers

People subscribed via source and target branches