[mousetweaks] Revert "Don't use gschema keys directly"
- From: Gerd Kohlberger <gerdk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mousetweaks] Revert "Don't use gschema keys directly"
- Date: Fri, 15 Oct 2010 12:02:40 +0000 (UTC)
commit bb8adcc382c8c4b026e081fcc782477081f434bc
Author: Gerd Kohlberger <gerdk src gnome org>
Date: Fri Oct 15 14:02:05 2010 +0200
Revert "Don't use gschema keys directly"
This reverts commit 4bbe81e4724a98bc5a8df896c819b3ca30c177d9.
src/mt-ctw.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/mt-ctw.c b/src/mt-ctw.c
index 449f526..f5782e8 100644
--- a/src/mt-ctw.c
+++ b/src/mt-ctw.c
@@ -193,13 +193,13 @@ mt_ctw_init (gint x, gint y)
/* settings */
ms = mt_settings_get_default ();
- g_signal_connect (ms, "notify::" KEY_CTW_VISIBLE,
+ g_signal_connect (ms, "notify::ctw-visible",
G_CALLBACK (ctw_visibility_changed), NULL);
- g_signal_connect (ms, "notify::" KEY_DWELL_ENABLED,
+ g_signal_connect (ms, "notify::dwell-enabled",
G_CALLBACK (ctw_visibility_changed), NULL);
- g_signal_connect (ms, "notify::" KEY_DWELL_MODE,
+ g_signal_connect (ms, "notify::dwell-mode",
G_CALLBACK (ctw_sensitivity_changed), NULL);
- g_signal_connect (ms, "notify::" KEY_CTW_STYLE,
+ g_signal_connect (ms, "notify::ctw-mode",
G_CALLBACK (ctw_style_changed), NULL);
ctw_visibility_changed (ms, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]