aboutsummaryrefslogtreecommitdiff
path: root/Assistant/DeleteRemote.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-10 18:02:33 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-10 18:05:53 -0400
commit2bca58ee6c6d1f9020587586dcee04dc01b1f883 (patch)
treec5b87602b03db5277dc83673ccdc1d2dc642b3ad /Assistant/DeleteRemote.hs
parent110c8f7b8e1fa484752298de5b48ea50b195066a (diff)
add config page for fsck, and alert with button when a fsck is running
Diffstat (limited to 'Assistant/DeleteRemote.hs')
-rw-r--r--Assistant/DeleteRemote.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/DeleteRemote.hs b/Assistant/DeleteRemote.hs
index 6a77eedc6..cc05786e4 100644
--- a/Assistant/DeleteRemote.hs
+++ b/Assistant/DeleteRemote.hs
@@ -81,7 +81,7 @@ finishRemovingRemote :: UrlRenderer -> UUID -> Assistant ()
#ifdef WITH_WEBAPP
finishRemovingRemote urlrenderer uuid = do
desc <- liftAnnex $ Remote.prettyUUID uuid
- button <- mkAlertButton (T.pack "Finish deletion process") urlrenderer $
+ button <- mkAlertButton True (T.pack "Finish deletion process") urlrenderer $
FinishDeleteRepositoryR uuid
void $ addAlert $ remoteRemovalAlert desc button
#else