notificationDaemon: fix syntax error

This commit is contained in:
Dan Winship 2011-08-03 15:21:00 -04:00
parent ddd59f2e76
commit 3850edced5

View File

@ -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]);
}