~sil2100/ubuntu-geoip/packaging_review

« back to all changes in this revision

Viewing changes to src/ubuntu-geoip-provider.c

  • Committer: Tarmac
  • Author(s): Ted Gould
  • Date: 2013-06-19 09:09:45 UTC
  • mfrom: (34.1.1 depreciation-fix)
  • Revision ID: tarmac-20130619090945-ciqc4hic0iot91lu
Fix deprecation in libsoup.

Approved by Sebastien Bacher, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
252
252
        /* Allocate */
253
253
        if (test_data == NULL) {
254
254
                self->priv->soup = soup_session_async_new();
255
 
                soup_session_add_feature_by_type(self->priv->soup, soup_proxy_resolver_gnome_get_type());
 
255
                soup_session_add_feature_by_type(self->priv->soup, soup_proxy_resolver_default_get_type());
256
256
                self->priv->client = nm_client_new();
257
257
                g_signal_connect(G_OBJECT(self->priv->client), "notify::" NM_CLIENT_STATE, G_CALLBACK(nm_state_change), self);
258
258