Notification: summary is not optional

Use the summary field instead of body.
This commit is contained in:
Johan Kiviniemi 2014-04-05 16:57:56 +03:00
parent 5af30678c7
commit 7760dfcc7f

View file

@ -71,7 +71,7 @@ notifyDrop (Just _) _ = noop
mkNote :: String -> Notify.Note
mkNote desc = Notify.blankNote
{ Notify.appName = "git-annex"
, Notify.body = Just $ Notify.Text desc
, Notify.summary = desc
, Notify.hints =
[ Notify.Category Notify.Transfer
, Notify.Urgency Notify.Low