[gtk+/gtk-2-24] Fix build



commit ea0170250a18c0aa9fe3d9a1e98d6b94f49b9348
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Oct 16 01:06:44 2010 -0400

    Fix build

 gtk/gtkcombobox.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkcombobox.h b/gtk/gtkcombobox.h
index dc6140b..d6cca12 100644
--- a/gtk/gtkcombobox.h
+++ b/gtk/gtkcombobox.h
@@ -124,7 +124,7 @@ void               gtk_combo_box_set_entry_text_column  (GtkComboBox        *com
 							 gint                text_column);
 gint               gtk_combo_box_get_entry_text_column  (GtkComboBox        *combo_box);
 
-#ifndef GTK_DISABLE_DEPRECATED
+#if !defined (GTK_DISABLE_DEPRECATED) || defined (GTK_COMPILATION)
 
 /* convenience -- text */
 GtkWidget    *gtk_combo_box_new_text         (void);



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