[MessageTray] Merge Notification and NotificationBox
This will (eventually) give sources more control over the form of notifications https://bugzilla.gnome.org/show_bug.cgi?id=606979
This commit is contained in:
@ -122,7 +122,9 @@ NotificationDaemon.prototype = {
|
||||
}
|
||||
|
||||
summary = GLib.markup_escape_text(summary, -1);
|
||||
source.notify(summary, body);
|
||||
|
||||
let notification = new MessageTray.Notification(source, summary, body);
|
||||
source.notify(notification);
|
||||
return id;
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user