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:
Marco Trevisan (Treviño) 2018-11-09 02:08:25 -06:00 committed by Florian Müllner
parent 33b8537bf5
commit 367b1c0627

View File

@ -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