DynamicLog: not . null. Duh.

This commit is contained in:
Spencer Janssen
2007-10-17 21:09:12 +00:00
parent 005d65b57e
commit d5a014725d

View File

@@ -134,7 +134,7 @@ unwords' :: [String] -> String
unwords' = sepBy " " unwords' = sepBy " "
sepBy :: String -> [String] -> String sepBy :: String -> [String] -> String
sepBy sep = concat . intersperse sep . filter null sepBy sep = concat . intersperse sep . filter (not . null)
-- TODO dzenColor -- TODO dzenColor
xmobarColor :: String -> String -> String -> String xmobarColor :: String -> String -> String -> String