SoupSession: fix a bug with the add-feature-by-type property
authorDan Winship <danw@gnome.org>
Thu, 7 Feb 2013 19:14:47 +0000 (14:14 -0500)
committerDan Winship <danw@gnome.org>
Thu, 7 Feb 2013 21:20:22 +0000 (16:20 -0500)
commitd2c32e501165544b4afda9813c714b3a7a55cb33
tree987e1ae53fb2cc8c6d0f3c161f7ea87c5a5b85d2
parent4f27350d0f6daf8719cdf5a2b6e71cf1771ff656
SoupSession: fix a bug with the add-feature-by-type property

The add-feature-by-type and remove-feature-by-type properties were
only accepting SoupSessionFeature types, so you couldn't use it for
things like request types, auth types, etc.
libsoup/soup-session.c