summaryrefslogtreecommitdiff
path: root/community/google-gadgets/google-gadgets-0.11.2-glib-2.31.patch
blob: 912f472350e9389b098a19f24f601a76938ea028 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- google-gadgets-for-linux-0.11.2.orig/ggadget/gtk/main_loop.cc	2009-12-28 05:39:59.000000000 -0500
+++ google-gadgets-for-linux-0.11.2/ggadget/gtk/main_loop.cc	2012-12-03 19:27:35.160966552 -0500
@@ -16,9 +16,8 @@
 
 #include <fcntl.h>
 #include <stdint.h>
-#include <glib/ghash.h>
+#include <glib.h>
 #include <gtk/gtk.h>
-#include <glib/gthread.h>
 #include <ggadget/common.h>
 #include "main_loop.h"
 #include "utilities.h"

--- google-gadgets-for-linux-0.11.2.orig/hosts/gtk/main.cc	2009-09-22 04:12:00.000000000 -0500
+++ google-gadgets-for-linux-0.11.2/hosts/gtk/main.cc	2012-12-01 03:56:37.320907813 -0500
@@ -15,7 +15,7 @@
 */
 
 #include <gtk/gtk.h>
-#include <glib/gthread.h>
+#include <glib.h>
 #include <locale.h>
 #include <signal.h>
 #include <unistd.h>