[Debian-eeepc-commits] [SCM] Maintenance of eeepc-acpi-scripts debian package branch, master, updated. 644428936c6328c2a5fcf5f6adce65d14e55ab10

Damyan Ivanov dmn at debian.org
Sun Feb 8 07:24:32 UTC 2009


The following commit has been merged in the master branch:
commit 644428936c6328c2a5fcf5f6adce65d14e55ab10
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sun Feb 8 09:24:19 2009 +0200

    fix brightness notification text
    
    "Brightness xx%" instead of just "xx%"

diff --git a/etc/acpi/actions/hotkey.sh b/etc/acpi/actions/hotkey.sh
index 4eaf061..33c7830 100755
--- a/etc/acpi/actions/hotkey.sh
+++ b/etc/acpi/actions/hotkey.sh
@@ -91,7 +91,7 @@ show_brightness() {
     level=$((0x$code & 0xF))
     # convert hex digit to percent
     percent=$(((100 * $level + 8) / 15))
-    notify Brightness $percent% fast
+    notify brightness "Brightness $percent%" fast
 }
 
 case $code in

-- 
Maintenance of eeepc-acpi-scripts debian package



More information about the Debian-eeepc-commits mailing list