notificationDaemon: Explicitly return false from an idle
This commit is contained in:
parent
1ba21ed367
commit
2672f205fd
@ -256,6 +256,7 @@ const NotificationDaemon = new Lang.Class({
|
||||
Mainloop.idle_add(Lang.bind(this,
|
||||
function () {
|
||||
this._emitNotificationClosed(id, NotificationClosedReason.DISMISSED);
|
||||
return false;
|
||||
}));
|
||||
return invocation.return_value(GLib.Variant.new('(u)', [id]));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user