[goffice] compilation: gtk+ compat fix.



commit 95480c5ae43c9dc6a91b9e16894923f47cee6430
Author: Morten Welinder <terra gnome org>
Date:   Fri Apr 9 09:09:21 2010 -0400

    compilation: gtk+ compat fix.

 goffice/gtk/go-gtk-compat.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/goffice/gtk/go-gtk-compat.h b/goffice/gtk/go-gtk-compat.h
index 89e8690..bf9b7b3 100644
--- a/goffice/gtk/go-gtk-compat.h
+++ b/goffice/gtk/go-gtk-compat.h
@@ -106,8 +106,8 @@
 #       define gtk_widget_get_visible(w) GTK_WIDGET_VISIBLE (w)
 #endif
 
-#ifndef HAVE_GTK_WIDGET_IS_SENSITIVE
-#       define gtk_widget_is_sensitive(w) GTK_WIDGET_IS_SENSITIVE (w)
+#ifndef HAVE_GTK_WIDGET_GET_SENSITIVE
+#       define gtk_widget_get_sensitive(w) GTK_WIDGET_IS_SENSITIVE (w)
 #endif
 
 #ifndef HAVE_GTK_WIDGET_SET_CAN_DEFAULT



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