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,
|
||||
function() {
|
||||
this._emitActionInvoked(id, "default");
|
||||
});
|
||||
}));
|
||||
else
|
||||
notification.addButton(actions[i], actions[i + 1]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user