[gpointing-device-settings] touchpad off key should be a int value.
- From: Hiroyuki Ikezoe <hiikezoe src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gpointing-device-settings] touchpad off key should be a int value.
- Date: Mon, 28 Sep 2009 03:27:10 +0000 (UTC)
commit c21ef27a196faaa73aece5d16a1736d661920a0e
Author: Hiroyuki Ikezoe <poincare ikezoe net>
Date: Mon Sep 28 12:21:09 2009 +0900
touchpad off key should be a int value.
Fix for bug 596328.
Please remove boolean value:
gconftool-2 -u /desktop/gnome/peripherals/SynPS 47@2 32@Synaptics 32@TouchPad/off
modules/gpds-touchpad-ui.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modules/gpds-touchpad-ui.c b/modules/gpds-touchpad-ui.c
index 572d8f9..a534855 100644
--- a/modules/gpds-touchpad-ui.c
+++ b/modules/gpds-touchpad-ui.c
@@ -494,7 +494,7 @@ cb_touchpad_use_type_changed (GtkComboBox *combo, gpointer user_data)
g_error_free(error);
}
}
- gpds_ui_set_gconf_bool(ui, GPDS_TOUCHPAD_OFF_KEY, properties[0]);
+ gpds_ui_set_gconf_int(ui, GPDS_TOUCHPAD_OFF_KEY, properties[0]);
set_sensitivity_depends_on_use_type(ui, properties[0]);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]