[gnome-settings-daemon] xsettings: Remove mention of GConf
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon] xsettings: Remove mention of GConf
- Date: Mon, 11 Oct 2010 17:38:12 +0000 (UTC)
commit a9fb7c82aa6ce157398e47926000264ca4920725
Author: Bastien Nocera <hadess hadess net>
Date: Mon Oct 11 18:37:46 2010 +0100
xsettings: Remove mention of GConf
plugins/xsettings/gsd-xsettings-manager.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plugins/xsettings/gsd-xsettings-manager.c b/plugins/xsettings/gsd-xsettings-manager.c
index 25e77c1..b9b59a1 100644
--- a/plugins/xsettings/gsd-xsettings-manager.c
+++ b/plugins/xsettings/gsd-xsettings-manager.c
@@ -70,7 +70,7 @@
* DPI_HIGH_REASONABLE_VALUE], then we assume that it is lying and we use
* DPI_FALLBACK instead.
*
- * See get_dpi_from_gconf_or_server() below, and also
+ * See get_dpi_from_gsettings_or_x_server() below, and also
* https://bugzilla.novell.com/show_bug.cgi?id=217790
*/
#define DPI_FALLBACK 96
@@ -267,7 +267,7 @@ get_dpi_from_x_server (void)
}
static double
-get_dpi_from_gconf_or_x_server (GnomeXSettingsManager *manager)
+get_dpi_from_gsettings_or_x_server (GnomeXSettingsManager *manager)
{
double dpi;
@@ -302,7 +302,7 @@ xft_settings_get (GnomeXSettingsManager *manager,
antialiasing = g_settings_get_enum (manager->priv->font_settings, FONT_ANTIALIASING_KEY);
hinting = g_settings_get_enum (manager->priv->font_settings, FONT_HINTING_KEY);
rgba_order = g_settings_get_enum (manager->priv->font_settings, FONT_RGBA_ORDER_KEY);
- dpi = get_dpi_from_gconf_or_x_server (manager);
+ dpi = get_dpi_from_gsettings_or_x_server (manager);
settings->antialias = (antialiasing != GSD_FONT_ANTIALIASING_MODE_NONE);
settings->hinting = (hinting != GSD_FONT_HINTING_NONE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]