[gnome-control-center] [libslab] fix for single includes in GTK+



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]