aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/mate.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2011-08-07 18:35:36 +0000
committerJörg Mayer <jmayer@loplof.de>2011-08-07 18:35:36 +0000
commit553c56569950e68fa9f2ca620325e1921814dfdc (patch)
treee4b56960256588b3dcbdbbc4e32751210b3a09bc /plugins/mate/mate.h
parentc15ff441c66bf3592c03936d8a08a69ac8402377 (diff)
mate_grammar.lemon:
- Fix a bug my previous patch introduced. mate/: - Unset G_DISABLE_DEPRECATED for the mate files. CMakeLists.txt configure.in: - Build with -DG_DISABLE_DEPRECATED so further usage of deprecated glib functions will be detected. svn path=/trunk/; revision=38393
Diffstat (limited to 'plugins/mate/mate.h')
-rw-r--r--plugins/mate/mate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/mate/mate.h b/plugins/mate/mate.h
index 4d062808ad..5f38953fc9 100644
--- a/plugins/mate/mate.h
+++ b/plugins/mate/mate.h
@@ -32,6 +32,8 @@
# include "config.h"
#endif
+#undef G_DISABLE_DEPRECATED
+
#ifndef ENABLE_STATIC
#include "moduleinfo.h"
#include <gmodule.h>