aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util
diff options
context:
space:
mode:
authorLukas Mai <l.mai@web.de>2008-04-06 04:09:35 +0200
committerLukas Mai <l.mai@web.de>2008-04-06 04:09:35 +0200
commit2d1ef1504b6b719fd6dbfb5ef507bb64b8050950 (patch)
treec1165f6af6f054ecffabf2772cfcdacc307ae856 /XMonad/Util
parent8c8eaebf640673c438e0212274fb9eb58c5620ae (diff)
downloadXMonadContrib-2d1ef1504b6b719fd6dbfb5ef507bb64b8050950.tar.gz
XMonadContrib-2d1ef1504b6b719fd6dbfb5ef507bb64b8050950.tar.xz
XMonadContrib-2d1ef1504b6b719fd6dbfb5ef507bb64b8050950.zip
XMonad.Util.Font: minor reformatting
darcs-hash:20080406020935-462cf-7570d989ed221f4394ad87e1207aa7fa14bd0789.gz
Diffstat (limited to 'XMonad/Util')
-rw-r--r--XMonad/Util/Font.hsc4
1 files changed, 2 insertions, 2 deletions
diff --git a/XMonad/Util/Font.hsc b/XMonad/Util/Font.hsc
index be6b59e..e9484e6 100644
--- a/XMonad/Util/Font.hsc
+++ b/XMonad/Util/Font.hsc
@@ -104,9 +104,9 @@ initXMF s =
else
#endif
#ifdef UTF8
- (initUtf8Font s >>= (return . Utf8))
+ fmap Utf8 $ initUtf8Font s
#else
- (initCoreFont s >>= (return . Core))
+ fmap Core $ initCoreFont s
#endif
#ifdef XFT
where xftPrefix = "xft:"