[gnome-bluetooth] Use Gtk's single header include for moblin-copy-n-paste widgets
- From: Bastien Nocera <hadess src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] Use Gtk's single header include for moblin-copy-n-paste widgets
- Date: Wed, 7 Oct 2009 11:05:28 +0000 (UTC)
commit a7d35cc1f049ff4c5573ddd5b5ee0f43002b4c49
Author: Joshua Lock <josh linux intel com>
Date: Wed Oct 7 11:44:31 2009 +0100
Use Gtk's single header include for moblin-copy-n-paste widgets
This fixes build under stricter systems than my workstation
https://bugzilla.gnome.org/show_bug.cgi?id=597666
.../koto-cell-renderer-pixbuf.h | 2 +-
.../moblin-copy-n-paste/mux-cell-renderer-text.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/moblin/moblin-copy-n-paste/koto-cell-renderer-pixbuf.h b/moblin/moblin-copy-n-paste/koto-cell-renderer-pixbuf.h
index e8347f9..990f44b 100644
--- a/moblin/moblin-copy-n-paste/koto-cell-renderer-pixbuf.h
+++ b/moblin/moblin-copy-n-paste/koto-cell-renderer-pixbuf.h
@@ -19,7 +19,7 @@
#ifndef __KOTO_CELL_RENDERER_PIXBUF_H__
#define __KOTO_CELL_RENDERER_PIXBUF_H__
-#include <gtk/gtkcellrendererpixbuf.h>
+#include <gtk/gtk.h>
G_BEGIN_DECLS
diff --git a/moblin/moblin-copy-n-paste/mux-cell-renderer-text.h b/moblin/moblin-copy-n-paste/mux-cell-renderer-text.h
index 7635418..5bb78d1 100644
--- a/moblin/moblin-copy-n-paste/mux-cell-renderer-text.h
+++ b/moblin/moblin-copy-n-paste/mux-cell-renderer-text.h
@@ -1,7 +1,7 @@
#ifndef _MUX_CELL_RENDERER_TEXT
#define _MUX_CELL_RENDERER_TEXT
-#include <gtk/gtkcellrenderertext.h>
+#include <gtk/gtk.h>
G_BEGIN_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]