Merge lp:~ted/ubuntu-geoip/deprecation-fix into lp:ubuntu-geoip

Proposed by Ted Gould
Status: Merged
Approved by: Sebastien Bacher
Approved revision: 35
Merged at revision: 35
Proposed branch: lp:~ted/ubuntu-geoip/deprecation-fix
Merge into: lp:ubuntu-geoip
Diff against target: 11 lines (+1/-1)
1 file modified
src/ubuntu-geoip-provider.c (+1/-1)
To merge this branch: bzr merge lp:~ted/ubuntu-geoip/deprecation-fix
Reviewer Review Type Date Requested Status
Sebastien Bacher Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+170233@code.launchpad.net

Commit message

Fix deprecation in libsoup

Description of the change

Ah! Silly little module to get on the FTBFS list!

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Sebastien Bacher (seb128) wrote :

yeah for packages that build!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/ubuntu-geoip-provider.c'
2--- src/ubuntu-geoip-provider.c 2013-03-13 11:30:28 +0000
3+++ src/ubuntu-geoip-provider.c 2013-06-19 02:58:23 +0000
4@@ -252,7 +252,7 @@
5 /* Allocate */
6 if (test_data == NULL) {
7 self->priv->soup = soup_session_async_new();
8- soup_session_add_feature_by_type(self->priv->soup, soup_proxy_resolver_gnome_get_type());
9+ soup_session_add_feature_by_type(self->priv->soup, soup_proxy_resolver_default_get_type());
10 self->priv->client = nm_client_new();
11 g_signal_connect(G_OBJECT(self->priv->client), "notify::" NM_CLIENT_STATE, G_CALLBACK(nm_state_change), self);
12

Subscribers

People subscribed via source and target branches

to all changes: