Merge lp:~matttbe/indicator-applet/glib_error into lp:indicator-applet/12.10

Proposed by Matthieu Baerts
Status: Merged
Approved by: Charles Kerr
Approved revision: 401
Merged at revision: 401
Proposed branch: lp:~matttbe/indicator-applet/glib_error
Merge into: lp:indicator-applet/12.10
Diff against target: 11 lines (+1/-1)
1 file modified
src/tomboykeybinder.h (+1/-1)
To merge this branch: bzr merge lp:~matttbe/indicator-applet/glib_error
Reviewer Review Type Date Requested Status
Charles Kerr (community) Approve
Review via email: mp+114763@code.launchpad.net

Description of the change

Hello,

This patch just fixes a compilation error if GLib 2.33 is used because only <glib.h> can be included directly.

Regards,

Matt

To post a comment you must log in.
Revision history for this message
Charles Kerr (charlesk) wrote :

Thanks Matt!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/tomboykeybinder.h'
2--- src/tomboykeybinder.h 2010-03-02 22:24:00 +0000
3+++ src/tomboykeybinder.h 2012-07-13 00:08:24 +0000
4@@ -18,7 +18,7 @@
5 #ifndef __TOMBOY_KEY_BINDER_H__
6 #define __TOMBOY_KEY_BINDER_H__
7
8-#include <glib/gtypes.h>
9+#include <glib.h>
10
11 G_BEGIN_DECLS
12

Subscribers

People subscribed via source and target branches