From: Daniel Carl Date: Fri, 23 Aug 2013 13:48:50 +0000 (+0200) Subject: Show if the proxy could not be set. X-Git-Url: https://git.owens.tech/assets/lich_lifts_title_slice.png/assets/lich_lifts_title_slice.png/git?a=commitdiff_plain;h=87c48feca23acf755558ef8bb766eff3582a40da;p=vimb.git Show if the proxy could not be set. --- diff --git a/src/setting.c b/src/setting.c index 1d7f97b..11d6cd7 100644 --- a/src/setting.c +++ b/src/setting.c @@ -633,6 +633,9 @@ static gboolean proxy(const Setting *s, const SettingType type) soup_uri_free(proxy_uri); g_free(proxy_new); + } else { + /* inform the customer that the proxy could not be set */ + return false; } } else { g_object_set(vb.session, "proxy-uri", NULL, NULL);