notificationDaemon: Don't pass unused extra hints value
Probably this is a leftover of old implementations of _iconForNotificationData, but right now this only takes a value, so just pass one. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/285
This commit is contained in:
parent
33b8537bf5
commit
367b1c0627
@ -292,7 +292,7 @@ var FdoNotificationDaemon = new Lang.Class({
|
||||
});
|
||||
}
|
||||
|
||||
let gicon = this._iconForNotificationData(icon, hints);
|
||||
let gicon = this._iconForNotificationData(icon);
|
||||
let gimage = this._imageForNotificationData(hints);
|
||||
|
||||
// If an icon is not specified, we use 'image-data' or 'image-path' hint for an icon
|
||||
|
Loading…
Reference in New Issue
Block a user