[evolution/wip/gsettings] Temporarily remove GDK_DISABLE_DEPRECATED (again).



commit fa73947a702b3ef939cca9172096ab1d1f27b33c
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Dec 22 19:48:46 2010 -0500

    Temporarily remove GDK_DISABLE_DEPRECATED (again).
    
    GTK+ 2.23.3 deprecated gdk_set_sm_client_id(), which is used by
    eggsmclient-xsmp.c.  We'll deal with that after GNOME 3.0.

 configure.ac |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index bdd995d..ad66479 100644
--- a/configure.ac
+++ b/configure.ac
@@ -138,13 +138,10 @@ AM_CONDITIONAL([ENABLE_GTK3], [test "$enable_gtk3" = yes])
 dnl ******************************
 dnl Compiler Warning Flags
 dnl ******************************
-dnl GDK_DISABLE_DEPRECATED is excluded until
-dnl we can port the GDK drawing code to cairo.
 AS_COMPILER_FLAGS(WARNING_FLAGS,
 	"-DG_DISABLE_DEPRECATED
 	-DPANGO_DISABLE_DEPRECATED
 	-DGDK_PIXBUF_DISABLE_DEPRECATED
-	-DGDK_DISABLE_DEPRECATED
 	-DGTK_DISABLE_DEPRECATED
 	-DEDS_DISABLE_DEPRECATED
 	-DG_DISABLE_SINGLE_INCLUDES



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