diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-04 01:48:26 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-04 01:48:26 -0400 |
commit | 0d021ce388369f3f683f9c9c8d13b5c983b12ca3 (patch) | |
tree | dab67313491f4680ef0454f6396f6007d750511a /Assistant/Common.hs | |
parent | 8fb369aa5667f95d46b24f26b06636559155402b (diff) |
refactor alert button creation code
Diffstat (limited to 'Assistant/Common.hs')
-rw-r--r-- | Assistant/Common.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Assistant/Common.hs b/Assistant/Common.hs index 0be536250..f9719422d 100644 --- a/Assistant/Common.hs +++ b/Assistant/Common.hs @@ -11,3 +11,4 @@ import Common.Annex as X import Assistant.Monad as X import Assistant.Types.DaemonStatus as X import Assistant.Types.NamedThread as X +import Assistant.Types.Alert as X |