gnome-settings-daemon/gnome-settings-daemon-stop-reload-proxy-settings.patch
Marcus Rueckert 224deb0f47 Accepting request 77402 from home:gary_lin:branches:GNOME:Factory
- Rebase gnome-settings-daemon-system-proxy-configuration.diff and
  gnome-settings-daemon-bnc462640-mute-action.patch and enable the
  the call to autoreconf.
- Add gnome-settings-daemon-stop-reload-proxy-settings.patch to
  stop the g-s-d packagekit plugin, to pop up the authentication
  for reloading the proxy settings (bnc#689592#c1 for bnc#538353)
- Rebase gnome-packagekit-fate302445.patch and migrate to gsettings

OBS-URL: https://build.opensuse.org/request/show/77402
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=97
2011-08-17 21:47:03 +00:00

21 lines
591 B
Diff

diff --git a/plugins/updates/gsd-updates-manager.c b/plugins/updates/gsd-updates-manager.c
index a81aa1f..5c193e9 100644
--- a/plugins/updates/gsd-updates-manager.c
+++ b/plugins/updates/gsd-updates-manager.c
@@ -995,6 +995,7 @@ set_proxy_cb (GObject *object, GAsyncResult *res, gpointer user_data)
static void
reload_proxy_settings (GsdUpdatesManager *manager)
{
+#if 0
gchar *proxy_http;
gchar *proxy_ftp;
@@ -1011,6 +1012,7 @@ reload_proxy_settings (GsdUpdatesManager *manager)
g_free (proxy_http);
g_free (proxy_ftp);
+#endif
}
static void