[gnome-mag] Remove G*_DISABLE_DEPREATE as gdk_draw functions are deprecated now in gtk-2.0
- From: Fernando Herrera de las Heras <fherrera src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-mag] Remove G*_DISABLE_DEPREATE as gdk_draw functions are deprecated now in gtk-2.0
- Date: Thu, 12 Aug 2010 14:29:25 +0000 (UTC)
commit c250f5cad735aad1009df91bc36aae79964f3d21
Author: Fernando Herrera <fherrera onirica com>
Date: Thu Aug 12 16:26:23 2010 +0200
Remove G*_DISABLE_DEPREATE as gdk_draw functions are deprecated
now in gtk-2.0
configure.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index c694474..786aaa3 100644
--- a/configure.in
+++ b/configure.in
@@ -88,7 +88,7 @@ AC_ARG_ENABLE(debug, [ --enable-debug=[no/yes] turn on debugging [default=no]],
if test "$enable_debug" = "yes"; then
GNOME_MAG_DEBUG_CFLAGS="-DG_ENABLE_DEBUG"
else
- GNOME_MAG_DEBUG_CFLAGS="-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED"
+ GNOME_MAG_DEBUG_CFLAGS=""
fi
AC_SUBST(GNOME_MAG_DEBUG_CFLAGS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]