[gtkhtml] Use 2.23.0 in gtk-compat.h



commit 1bd7b771431cbaf6b47da60effb234052856c3a4
Author: Milan Crha <mcrha redhat com>
Date:   Wed Oct 27 21:40:01 2010 +0200

    Use 2.23.0 in gtk-compat.h

 gtkhtml/gtk-compat.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtkhtml/gtk-compat.h b/gtkhtml/gtk-compat.h
index c12006a..62a2ba1 100644
--- a/gtkhtml/gtk-compat.h
+++ b/gtkhtml/gtk-compat.h
@@ -5,13 +5,13 @@
 
 /* Provide a GTK+ compatibility layer. */
 
-#if !GTK_CHECK_VERSION (2,23,1)
+#if !GTK_CHECK_VERSION (2,23,0)
 #define GTK_COMBO_BOX_TEXT		GTK_COMBO_BOX
 #define gtk_combo_box_text_new		gtk_combo_box_new_text
 #define gtk_combo_box_text_append_text	gtk_combo_box_append_text
 #endif
 
-#if !GTK_CHECK_VERSION (2,23,1)
+#if !GTK_CHECK_VERSION (2,23,0)
 #define gdk_window_get_display		gdk_drawable_get_display
 #define gdk_window_get_visual		gdk_drawable_get_visual
 #endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]