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 ba50207..4bd0ebd 100644 --- a/src/lib/Xmobar/Plugins/MBox.hs +++ b/src/lib/Xmobar/Plugins/MBox.hs @@ -16,7 +16,7 @@ module Xmobar.Plugins.MBox (MBox(..)) where import Prelude -import Xmobar.Commands +import Xmobar.Run.Commands #ifdef INOTIFY import Xmobar.Utils (changeLoop, expandHome) |