mouse: Use non-cryptic key names from last change in gsettings-desktop-schemas

This commit is contained in:
Rodrigo Moya 2010-10-21 22:29:54 +02:00
parent f829b5504c
commit e0335f7d9b

View file

@ -174,17 +174,17 @@ setup_accessibility (GtkBuilder *dialog)
g_signal_connect (a11y_mouse_settings, "changed",
G_CALLBACK (settings_changed), dialog);
g_settings_bind (a11y_mouse_settings, "dwell-enable",
g_settings_bind (a11y_mouse_settings, "dwell-click-enabled",
WID ("dwell_enable"), "active",
G_SETTINGS_BIND_DEFAULT);
g_settings_bind (a11y_mouse_settings, "ctw-visible",
g_settings_bind (a11y_mouse_settings, "click-type-window-visible",
WID ("dwell_show_ctw"), "active",
G_SETTINGS_BIND_DEFAULT);
g_settings_bind (a11y_mouse_settings, "ssc-enable",
g_settings_bind (a11y_mouse_settings, "secondary-click-enabled",
WID ("delay_enable"), "active",
G_SETTINGS_BIND_DEFAULT);
g_settings_bind (a11y_mouse_settings, "ssc-time",
g_settings_bind (a11y_mouse_settings, "secondary-click-time",
WID ("delay_time"), "text",
G_SETTINGS_BIND_DEFAULT);