rename prompt since Messages added a function by that name
This commit is contained in:
parent
18b9a4b802
commit
44baa7b306
1 changed files with 2 additions and 2 deletions
|
@ -257,9 +257,9 @@ checkOldUnused urlrenderer = go =<< annexExpireUnused <$> liftAnnex Annex.getGit
|
||||||
where
|
where
|
||||||
go (Just Nothing) = noop
|
go (Just Nothing) = noop
|
||||||
go (Just (Just expireunused)) = expireUnused (Just expireunused)
|
go (Just (Just expireunused)) = expireUnused (Just expireunused)
|
||||||
go Nothing = maybe noop prompt =<< describeUnusedWhenBig
|
go Nothing = maybe noop promptconfig =<< describeUnusedWhenBig
|
||||||
|
|
||||||
prompt msg =
|
promptconfig msg =
|
||||||
#ifdef WITH_WEBAPP
|
#ifdef WITH_WEBAPP
|
||||||
do
|
do
|
||||||
button <- mkAlertButton True (T.pack "Configure") urlrenderer ConfigUnusedR
|
button <- mkAlertButton True (T.pack "Configure") urlrenderer ConfigUnusedR
|
||||||
|
|
Loading…
Reference in a new issue