[gnome-settings-daemon/gnome-3-8] common: Fix documentation for hotplug script



commit ab838a8f6006baf3f99d9682d6bb3c405f3b9b7f
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Apr 25 15:41:42 2014 +0200

    common: Fix documentation for hotplug script
    
    The code at the bottom says we'll ignore further configuration if
    "1" is returned, but the top said if "0" is returned.
    
    Make both say "1".

 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 50aa949..235cdc4 100644
--- a/plugins/common/input-device-example.sh
+++ b/plugins/common/input-device-example.sh
@@ -12,7 +12,7 @@
 #       device ID being the XInput device ID
 # <device name> The name of the device
 #
-# The script should return 0 if the device is to be
+# The script should return 1 if the device is to be
 # ignored from future configuration.
 #
 # Set the script to be used with:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]