Use correct flag for the GNOME proxy configuration

Fixes bug #552140.
This commit is contained in:
Jonathan Matthew 2009-02-02 18:37:35 +01:00 committed by Sebastian Dröge
parent fe0bba045f
commit 9218eae98b

View file

@ -1119,7 +1119,7 @@ gst_soup_http_src_start (GstBaseSrc * bsrc)
soup_session_async_new_with_options (SOUP_SESSION_ASYNC_CONTEXT,
src->context, SOUP_SESSION_USER_AGENT, src->user_agent,
#ifdef HAVE_LIBSOUP_GNOME
SOUP_SESSION_ADD_FEATURE, SOUP_TYPE_PROXY_RESOLVER_GNOME,
SOUP_SESSION_ADD_FEATURE_BY_TYPE, SOUP_TYPE_PROXY_RESOLVER_GNOME,
#endif
NULL);
} else {