diff options
Diffstat (limited to 'src/lib/Xmobar/Plugins/MBox.hs')
-rw-r--r-- | src/lib/Xmobar/Plugins/MBox.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Xmobar/Plugins/MBox.hs b/src/lib/Xmobar/Plugins/MBox.hs index 2281629..20e63cf 100644 --- a/src/lib/Xmobar/Plugins/MBox.hs +++ b/src/lib/Xmobar/Plugins/MBox.hs @@ -18,7 +18,7 @@ module Xmobar.Plugins.MBox (MBox(..)) where import Prelude import Xmobar.Plugins #ifdef INOTIFY -import Xmobar.Plugins.Utils (changeLoop, expandHome) +import Xmobar.Utils (changeLoop, expandHome) import Control.Monad (when) import Control.Concurrent.STM |