]> git.pld-linux.org Git - packages/camorama.git/blob - new-glib.patch
- updated to 0.20.7 from linuxtv.org fork
[packages/camorama.git] / new-glib.patch
1 --- camorama-0.19/src/camorama-stock-items.h    2007-06-14 16:05:33.000000000 +0200
2 +++ camorama-0.19.new/src/camorama-stock-items.h        2011-12-10 08:32:09.856317100 +0100
3 @@ -1,7 +1,7 @@
4  #ifndef CAMORAMA_STOCK_ITEMS_H
5  #define CAMORAMA_STOCK_ITEMS_H
6  
7 -#include <glib/gmacros.h>
8 +#include <glib.h>
9  
10  G_BEGIN_DECLS
11  
12 --- camorama-0.19/src/camorama-window.c 2011-12-10 08:51:10.552056445 +0100
13 +++ camorama-0.19.new/src/camorama-window.c     2011-12-10 08:50:52.068287522 +0100
14 @@ -28,6 +28,7 @@
15  # include <config.h>
16  #endif
17  
18 +#include <glib.h>
19  #include <glib/gi18n.h>
20  #include <libgnomeui/gnome-file-entry.h>
21  #include "callbacks.h"
22 --- camorama-0.19/src/glib-helpers.h    2007-06-14 16:05:33.000000000 +0200
23 +++ camorama-0.19.new/src/glib-helpers.h        2011-12-10 08:33:22.534408498 +0100
24 @@ -24,7 +24,7 @@
25  #ifndef GLIB_HELPERS_H
26  #define GLIB_HELPERS_H
27  
28 -#include <glib/gmacros.h>
29 +#include <glib.h>
30  
31  G_BEGIN_DECLS
32  
This page took 0.053407 seconds and 3 git commands to generate.