diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2017-07-06 14:48:17 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2017-07-06 14:48:17 +0000 |
| commit | 161b8f90ce12a576bc7a46a8a274625923613e5d (patch) | |
| tree | 5b8e2049477a71788a5a15a4af65e0b83abbdef0 /src/io/http.cpp | |
| parent | filter-effects-dialog: Set a fixed bg color to avoid deprecated Gtk API (them... (diff) | |
| download | inkscape-161b8f90ce12a576bc7a46a8a274625923613e5d.tar.gz inkscape-161b8f90ce12a576bc7a46a8a274625923613e5d.zip | |
http: Migrate to new LibSoup API
Diffstat (limited to 'src/io/http.cpp')
| -rw-r--r-- | src/io/http.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/http.cpp b/src/io/http.cpp index 657e6ac6a..dfaa59a31 100644 --- a/src/io/http.cpp +++ b/src/io/http.cpp @@ -125,7 +125,7 @@ Glib::ustring get_file(Glib::ustring uri, uint timeout, callback func) { // Only then do we get the http request SoupMessage *msg = soup_message_new_from_uri("GET", s_uri); - SoupSession *session = soup_session_sync_new(); + SoupSession *session = soup_session_new(); #ifdef DEBUG_HTTP SoupLogger *logger; |
