[gnome-settings-daemon/gnome-3-0] common: Fix example input device script
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon/gnome-3-0] common: Fix example input device script
- Date: Wed, 4 May 2011 13:39:29 +0000 (UTC)
commit 175ba79086b5d9ebff9c7c34937c85bdaef90848
Author: Bastien Nocera <hadess hadess net>
Date: Wed May 4 14:38:12 2011 +0100
common: Fix example input device script
Missing the added "-i" argument. Thanks to Josef Bacik for testing.
plugins/common/input-device-example.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/common/input-device-example.sh b/plugins/common/input-device-example.sh
index 0b065c5..b7c9168 100644
--- a/plugins/common/input-device-example.sh
+++ b/plugins/common/input-device-example.sh
@@ -16,7 +16,7 @@
# ignored from future configuration.
#
-args=`getopt "t:" $*`
+args=`getopt "t:i:" $*`
set -- $args
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]