From e376eda1088a27faf4c3cae9e0835ed58894899c Mon Sep 17 00:00:00 2001 From: Jose A Ortega Ruiz Date: Sun, 21 Feb 2010 23:34:26 +0100 Subject: Respect padding in the blank string above Ignore-this: fd7a44d61a0cd2e795417f459afc8a3e darcs-hash:20100221223426-748be-0b8ae6d352cbfb03b17910dbf5df7e119c9dea77.gz --- Plugins/Monitors/Wireless.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Monitors/Wireless.hs b/Plugins/Monitors/Wireless.hs index a870633..a17fb11 100644 --- a/Plugins/Monitors/Wireless.hs +++ b/Plugins/Monitors/Wireless.hs @@ -26,6 +26,6 @@ runWireless (iface:_) = do let essid = wiEssid wi quality = wiQuality wi e = if essid == "" then "N/A" else essid - q <- if quality >= 0 then showWithColors show quality else return "" + q <- if quality >= 0 then showWithColors show quality else return " " parseTemplate [e, q] runWireless _ = return "" \ No newline at end of file -- cgit v1.2.3