summaryrefslogtreecommitdiff
path: root/Assistant/Alert.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-08-06 17:15:27 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-08-06 17:15:27 -0400
commit77cd32717080428d830fdaf543cd29edf8bfabbc (patch)
tree37c52157422a35708de6c2e4ca2cc502aaf8fbfe /Assistant/Alert.hs
parent8f1a9ef8b5e914bbe447733650a5848fc553c708 (diff)
fix display of icon in block alert heading
Diffstat (limited to 'Assistant/Alert.hs')
-rw-r--r--Assistant/Alert.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Assistant/Alert.hs b/Assistant/Alert.hs
index 9ebc89aab..51743964b 100644
--- a/Assistant/Alert.hs
+++ b/Assistant/Alert.hs
@@ -211,7 +211,6 @@ syncAlert rs = baseActivityAlert
{ alertHeader = Just $ tenseWords
[Tensed "Syncing" "Synced", "with", showRemotes rs]
, alertData = []
- , alertBlockDisplay = True
, alertPriority = Low
}