[gnome-settings-daemon] Add missing quotes to fix previous commit
- From: Jens Granseuer <jensg src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon] Add missing quotes to fix previous commit
- Date: Mon, 3 Aug 2009 18:23:47 +0000 (UTC)
commit 209f52ff6f55b2e95f5aa3fd5498f9dbbf41f1f3
Author: Jens Granseuer <jensgr gmx net>
Date: Mon Aug 3 20:23:54 2009 +0200
Add missing quotes to fix previous commit
plugins/mouse/gsd-mouse-manager.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/mouse/gsd-mouse-manager.c b/plugins/mouse/gsd-mouse-manager.c
index 80933aa..08bd3a8 100644
--- a/plugins/mouse/gsd-mouse-manager.c
+++ b/plugins/mouse/gsd-mouse-manager.c
@@ -495,7 +495,7 @@ set_disable_w_typing (GsdMouseManager *manager, gboolean state)
args[0] = "syndaemon";
args[1] = "-i";
args[2] = "0.5";
- args[3] = "-k;
+ args[3] = "-k";
args[4] = NULL;
if (!g_find_program_in_path (args[0]))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]