[gtk+] Avoid deprecation warnings in a11y tests



commit b166a6bb0e2c538804c189c1e4dc913e432eec33
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Feb 4 09:27:28 2013 -0500

    Avoid deprecation warnings in a11y tests
    
    We are testing the deprecated GtkTable here.

 tests/a11y/children.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/tests/a11y/children.c b/tests/a11y/children.c
index db1136b..a2d847e 100644
--- a/tests/a11y/children.c
+++ b/tests/a11y/children.c
@@ -19,6 +19,7 @@
  */
 
 #define GDK_DISABLE_DEPRECATION_WARNINGS
+#undef GTK_DISABLE_DEPRECATED
 
 #include <gtk/gtk.h>
 #include <string.h>



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