[banshee/gsettings: 5/7] Remove some mentions of GConf in comments and addin description
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee/gsettings: 5/7] Remove some mentions of GConf in comments and addin description
- Date: Sat, 12 Oct 2013 22:27:07 +0000 (UTC)
commit ba65344af225466e68ea131ac3c491045632d8da
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date: Sat Oct 12 23:10:50 2013 +0200
Remove some mentions of GConf in comments and addin description
src/Backends/Banshee.Gnome/Banshee.Gnome.addin.xml | 2 +-
.../Banshee.GnomeBackend/ProxyConfiguration.cs | 6 +++---
.../Banshee.ServiceStack/Application.cs | 3 +--
.../Banshee.WebSource/WebSource.cs | 2 +-
4 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/src/Backends/Banshee.Gnome/Banshee.Gnome.addin.xml
b/src/Backends/Banshee.Gnome/Banshee.Gnome.addin.xml
index 7bbed4c..cefeadc 100644
--- a/src/Backends/Banshee.Gnome/Banshee.Gnome.addin.xml
+++ b/src/Backends/Banshee.Gnome/Banshee.Gnome.addin.xml
@@ -5,7 +5,7 @@
compatVersion="1.0"
copyright="© 2008 Novell Inc. Licensed under the MIT X11 license."
category="required:Backends"
- description="Backend providers for the GNOME platform. Includes GConf support and general GNOME
integration."
+ description="Backend providers for the GNOME platform. Includes GSettings support and general GNOME
integration."
defaultEnabled="true">
<Dependencies>
diff --git a/src/Backends/Banshee.Gnome/Banshee.GnomeBackend/ProxyConfiguration.cs
b/src/Backends/Banshee.Gnome/Banshee.GnomeBackend/ProxyConfiguration.cs
index e9a5638..9d550a0 100644
--- a/src/Backends/Banshee.Gnome/Banshee.GnomeBackend/ProxyConfiguration.cs
+++ b/src/Backends/Banshee.Gnome/Banshee.GnomeBackend/ProxyConfiguration.cs
@@ -62,7 +62,7 @@ namespace Banshee.GnomeBackend
settings = new Settings (PROXY);
settings_http = new Settings (HTTP_PROXY);
settings.ChangeEvent += OnSettingsChange;
- //settings.AddNotify (HTTP_PROXY, OnGConfNotify);
+ //settings_http.ChangeEvent += OnSettingsChange;
RefreshProxy ();
}
@@ -71,7 +71,7 @@ namespace Banshee.GnomeBackend
{
if (settings != null) {
settings.ChangeEvent -= OnSettingsChange;
- //gconf_client.RemoveNotify (HTTP_PROXY, OnGConfNotify);
+ //settings_http.ChangeEvent -= OnSettingsChange;
settings = null;
}
}
@@ -94,7 +94,7 @@ namespace Banshee.GnomeBackend
private bool RefreshProxy ()
{
- Hyena.Log.Information ("Updating web proxy from GConf");
+ Hyena.Log.Information ("Updating web proxy from GSettings");
try {
HttpWebRequest.DefaultWebProxy = GetProxyFromSettings ();
} catch {
diff --git a/src/Core/Banshee.Services/Banshee.ServiceStack/Application.cs
b/src/Core/Banshee.Services/Banshee.ServiceStack/Application.cs
index 5108fbe..bb981a8 100644
--- a/src/Core/Banshee.Services/Banshee.ServiceStack/Application.cs
+++ b/src/Core/Banshee.Services/Banshee.ServiceStack/Application.cs
@@ -170,8 +170,7 @@ namespace Banshee.ServiceStack
{
if (!paths_initialized) {
// We changed banshee-1 to banshee everywhere except the
- // ~/.config/banshee-1/ and ~/.cache/banshee-1 directories, and
- // for gconf
+ // ~/.config/banshee-1/ and ~/.cache/banshee-1 directories
Paths.UserApplicationName = "banshee-1";
Paths.ApplicationName = InternalName;
paths_initialized = true;
diff --git a/src/Core/Banshee.WebBrowser/Banshee.WebSource/WebSource.cs
b/src/Core/Banshee.WebBrowser/Banshee.WebSource/WebSource.cs
index 59a0f2f..899400b 100644
--- a/src/Core/Banshee.WebBrowser/Banshee.WebSource/WebSource.cs
+++ b/src/Core/Banshee.WebBrowser/Banshee.WebSource/WebSource.cs
@@ -81,7 +81,7 @@ namespace Banshee.WebSource
if (source_contents == null) {
var shell = GetWidget ();
- // float isn't supported by gconf apparently
+ // float isn't supported by GSettings apparently
var zoom_conf = CreateSchema<double> ("webview_zoom", 1f, null, null);
shell.View.Zoom = (float)zoom_conf.Get ();
shell.View.ZoomChanged += z => zoom_conf.Set (z);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]