summaryrefslogtreecommitdiff
path: root/Assistant/Alert.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-09-09 15:16:17 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-09-09 15:16:17 -0400
commitded85175455bf355753ea26263898487c2162ab5 (patch)
tree29f8a73b20e5bd9f0a38d87520fba59e14aa5bd1 /Assistant/Alert.hs
parent690b424cad86f6ebd4e5f9755f0f2751aafb4cdd (diff)
pair request alert tweaks
Diffstat (limited to 'Assistant/Alert.hs')
-rw-r--r--Assistant/Alert.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Assistant/Alert.hs b/Assistant/Alert.hs
index f9cf4b3a8..666098c6f 100644
--- a/Assistant/Alert.hs
+++ b/Assistant/Alert.hs
@@ -288,10 +288,10 @@ sanityCheckFixAlert msg = Alert
pairRequestAlert :: String -> String -> AlertButton -> Alert
pairRequestAlert repo msg button = Alert
{ alertClass = Message
- , alertHeader = Just $ tenseWords ["Pair request"]
+ , alertHeader = Nothing
, alertMessageRender = tenseWords
, alertData = [UnTensed $ T.pack msg]
- , alertBlockDisplay = True
+ , alertBlockDisplay = False
, alertPriority = High
, alertClosable = True
, alertIcon = Just InfoIcon