[gupnp-tools] common: Remove deprecated API



commit ed870b96d5a44b025744ec324bfed3a4c45f1e7f
Author: Jens Georg <mail jensge org>
Date:   Sat Mar 26 18:15:10 2016 +0100

    common: Remove deprecated API
    
    Signed-off-by: Jens Georg <mail jensge org>

 configure.ac       |    2 +-
 src/common/icons.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7297a67..f67e9ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ LT_INIT([])
 GLIB_REQUIRED=2.24
 GSSDP_REQUIRED=0.13.3
 GUPNP_REQUIRED=0.20.14
-SOUP_REQUIRED=2.4
+SOUP_REQUIRED=2.42
 GUPNP_AV_REQUIRED=0.5.5
 GTK_REQUIRED=3.10
 GTHREAD_REQUIRED=2.12
diff --git a/src/common/icons.c b/src/common/icons.c
index 0ae5fad..672d307 100644
--- a/src/common/icons.c
+++ b/src/common/icons.c
@@ -294,7 +294,7 @@ init_icons (void)
         }
 
 
-        download_session = soup_session_async_new ();
+        download_session = soup_session_new ();
         g_assert (download_session != NULL);
 
         pending_gets = NULL;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]