<xfce4-settings:xfce-4.6> Fix /Net/CursorBlinkTime property typo (bug #5488). Patch by Jérôme.
Jannis Pohlmann
noreply at xfce.org
Mon Nov 9 00:32:01 CET 2009
Updating branch refs/heads/xfce-4.6
to f8f73eda91974c5d2634d16bf4e3af16fd624de5 (commit)
from 49198c7b4559a61c3ca25e2e55789ed862cdbd0e (commit)
commit f8f73eda91974c5d2634d16bf4e3af16fd624de5
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Mon Nov 9 00:29:46 2009 +0100
Fix /Net/CursorBlinkTime property typo (bug #5488). Patch by Jérôme.
Conflicts:
dialogs/keyboard-settings/xfce-keyboard-settings.c
Signed-off-by: Jannis Pohlmann <jannis at xfce.org>
dialogs/keyboard-settings/xfce-keyboard-settings.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dialogs/keyboard-settings/xfce-keyboard-settings.c b/dialogs/keyboard-settings/xfce-keyboard-settings.c
index fe8251f..13d83be 100644
--- a/dialogs/keyboard-settings/xfce-keyboard-settings.c
+++ b/dialogs/keyboard-settings/xfce-keyboard-settings.c
@@ -331,7 +331,7 @@ xfce_keyboard_settings_constructed (GObject *object)
xfconf_g_property_bind (settings->priv->xsettings_channel, "/Net/CursorBlink", G_TYPE_BOOLEAN, G_OBJECT (net_cursor_blink_check), "active");
net_cursor_blink_time_scale = gtk_range_get_adjustment (GTK_RANGE (glade_xml_get_widget (settings->priv->glade_xml, "net_cursor_blink_time_scale")));
- xfconf_g_property_bind (settings->priv->xsettings_channel, "/NetCursorBlinkTime", G_TYPE_INT, G_OBJECT (net_cursor_blink_time_scale), "value");
+ xfconf_g_property_bind (settings->priv->xsettings_channel, "/Net/CursorBlinkTime", G_TYPE_INT, G_OBJECT (net_cursor_blink_time_scale), "value");
/* Configure shortcuts tree view */
kbd_shortcuts_view = glade_xml_get_widget (settings->priv->glade_xml, "kbd_shortcuts_view");
More information about the Xfce4-commits
mailing list