diff pidgin/gtksourceundomanager.h @ 26588:1a94a964bddf

More updates for GTK+ 3.0. This only fixes the single-includes. Fixing all the deprecated functions will take a bit more work. This should compile with only: -DG_DISABLE_SINGLE_INCLUDES -DGDK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Tue, 07 Apr 2009 05:28:58 +0000
parents 584063555949
children 28ed10da1165
line wrap: on
line diff
--- a/pidgin/gtksourceundomanager.h	Tue Apr 07 05:22:48 2009 +0000
+++ b/pidgin/gtksourceundomanager.h	Tue Apr 07 05:28:58 2009 +0000
@@ -26,7 +26,7 @@
 #ifndef __GTK_SOURCE_UNDO_MANAGER_H__
 #define __GTK_SOURCE_UNDO_MANAGER_H__
 
-#include <gtk/gtktextbuffer.h>
+#include <gtk/gtk.h>
 
 #define GTK_SOURCE_TYPE_UNDO_MANAGER             	(gtk_source_undo_manager_get_type ())
 #define GTK_SOURCE_UNDO_MANAGER(obj)			(GTK_CHECK_CAST ((obj), GTK_SOURCE_TYPE_UNDO_MANAGER, GtkSourceUndoManager))