summaryrefslogtreecommitdiff
path: root/libsoup/soup-form.h
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-01-04 10:36:21 -0500
committerDan Winship <danw@gnome.org>2013-01-04 10:36:21 -0500
commit54978fa43f27107870d0c417bacd4dd9a6740479 (patch)
tree7c9d96da664f2ea3ed38802b0d3a4d69cbee4627 /libsoup/soup-form.h
parentc435fd0695ad927921b83d93295d0e79ae4cfe0e (diff)
downloadlibsoup-54978fa43f27107870d0c417bacd4dd9a6740479.tar.gz
Rename LIBSOUP_DISABLE_DEPRECATED to SOUP_DISABLE_DEPRECATED
GNOME_MAINTAINER_MODE_DEFINES apparently sets LIBSOUP_DISABLE_DEPRECATED, which is now causing various jhbuild modules to break. "Fix" this by renaming the define (which is only still there because gtk-doc complains if it's not). The *right* way to get deprecation warnings/errors now is to define SOUP_VERSION_MIN_REQUIRED.
Diffstat (limited to 'libsoup/soup-form.h')
-rw-r--r--libsoup/soup-form.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsoup/soup-form.h b/libsoup/soup-form.h
index fa080c48..21b8db1e 100644
--- a/libsoup/soup-form.h
+++ b/libsoup/soup-form.h
@@ -29,7 +29,7 @@ char *soup_form_encode_datalist (GData **form_data_set);
char *soup_form_encode_valist (const char *first_field,
va_list args);
-#ifndef LIBSOUP_DISABLE_DEPRECATED
+#ifndef SOUP_DISABLE_DEPRECATED
/* Compatibility with libsoup 2.3.0 */
#define soup_form_decode_urlencoded soup_form_decode
#define soup_form_encode_urlencoded soup_form_encode_hash