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

Darren Salt linux at youmustbejoking.demon.co.uk
Wed Feb 4 03:39:21 UTC 2009


The following commit has been merged in the master branch:
commit d2b86fdfa4208d1829984d074091c72542ea5a3c
Author: Darren Salt <linux at youmustbejoking.demon.co.uk>
Date:   Wed Feb 4 03:34:45 2009 +0000

    Fix spacing in audio muting notifications.

diff --git a/etc/acpi/actions/volume.sh b/etc/acpi/actions/volume.sh
index fd139e7..53bab2b 100755
--- a/etc/acpi/actions/volume.sh
+++ b/etc/acpi/actions/volume.sh
@@ -40,9 +40,9 @@ show_muteness() {
 	msg="$msg $current ($label)"
     done
     if [ "$all_equal" ]; then
-	msg="$status"
+	msg=" $status"
     fi
-    notify audio "Audio $msg"
+    notify audio "Audio$msg"
 }
 
 show_volume() {

-- 
Maintenance of eeepc-acpi-scripts debian package



More information about the Debian-eeepc-commits mailing list