diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-10 17:53:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-10 17:53:51 -0400 |
commit | c20d6f4189e1e0c3a1e8339f772df587fac38748 (patch) | |
tree | 9ea59000b21fa1d24904f843dedbab717bfdccbb /Assistant/Alert.hs | |
parent | b573d91aa27a315fe9b155349a0a90805dc01181 (diff) |
responding to pair requests *almost* works
Diffstat (limited to 'Assistant/Alert.hs')
-rw-r--r-- | Assistant/Alert.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Assistant/Alert.hs b/Assistant/Alert.hs index a2f5db4e3..7eb8550cc 100644 --- a/Assistant/Alert.hs +++ b/Assistant/Alert.hs @@ -286,9 +286,9 @@ sanityCheckFixAlert msg = Alert alerthead = "The daily sanity check found and fixed a problem:" alertfoot = "If these problems persist, consider filing a bug report." -pairRequestAlert :: AlertButton -> Alert -pairRequestAlert button = baseActivityAlert - { alertData = [ UnTensed "Pairing request in progress" ] +pairingAlert :: AlertButton -> Alert +pairingAlert button = baseActivityAlert + { alertData = [ UnTensed "Pairing in progress" ] , alertPriority = High , alertButton = Just button } |