fix display of icon in block alert heading

This commit is contained in:
Joey Hess 2012-08-06 17:15:27 -04:00
parent 8f1a9ef8b5
commit 77cd327170
2 changed files with 10 additions and 6 deletions

View file

@ -211,7 +211,6 @@ syncAlert rs = baseActivityAlert
{ alertHeader = Just $ tenseWords
[Tensed "Syncing" "Synced", "with", showRemotes rs]
, alertData = []
, alertBlockDisplay = True
, alertPriority = Low
}