notificationDaemon: fix syntax error
This commit is contained in:
parent
ddd59f2e76
commit
3850edced5
@ -336,7 +336,7 @@ NotificationDaemon.prototype = {
|
|||||||
notification.connect('clicked', Lang.bind(this,
|
notification.connect('clicked', Lang.bind(this,
|
||||||
function() {
|
function() {
|
||||||
this._emitActionInvoked(id, "default");
|
this._emitActionInvoked(id, "default");
|
||||||
});
|
}));
|
||||||
else
|
else
|
||||||
notification.addButton(actions[i], actions[i + 1]);
|
notification.addButton(actions[i], actions[i + 1]);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user