From 20846e8dddb61eed64100b4f21b4b493b5005eac Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Thu, 12 Jul 2007 23:56:15 +0200 Subject: removed the Show instance requirement for plugins darcs-hash:20070712215615-d6583-463ad3d9d1282fd1f129f34f405c66e0795962fd.gz --- XMobar.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'XMobar.hs') diff --git a/XMobar.hs b/XMobar.hs index 593c7cb..7da3bd3 100644 --- a/XMobar.hs +++ b/XMobar.hs @@ -181,7 +181,7 @@ execCommand c com = runCommandLoop :: MVar String -> Config -> (Runnable,String,String) -> IO () runCommandLoop var conf c@(com,s,ss) - | show com == "" = + | alias com == "" = do modifyMVar_ var (\_ -> return $ "Could not parse the template") tenthSeconds (refresh conf) runCommandLoop var conf c -- cgit v1.2.3