[gnome-settings-daemon] common: Fix example input device script



commit eadbe860ba1057f5cfca7fd51a85a64db87b04c6
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]