[gnome-control-center] [libslab] fix for single includes in GTK+
- From: Thomas Wood <thos src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-control-center] [libslab] fix for single includes in GTK+
- Date: Sun, 12 Jul 2009 21:51:22 +0000 (UTC)
commit 3d531a89aff27813013297e6aef30935a8431512
Author: Thomas Wood <thos gnome org>
Date: Sun Jul 12 22:51:04 2009 +0100
[libslab] fix for single includes in GTK+
Recent GTK+ only permits gtk/gtk.h to be included
libslab/search-entry.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libslab/search-entry.h b/libslab/search-entry.h
index 94188b8..5b728ec 100644
--- a/libslab/search-entry.h
+++ b/libslab/search-entry.h
@@ -21,7 +21,7 @@
#ifndef __NLD_SEARCH_ENTRY_H__
#define __NLD_SEARCH_ENTRY_H__
-#include <gtk/gtkentry.h>
+#include <gtk/gtk.h>
G_BEGIN_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]