message-tray: Fix typo
At one place, we set State.SHOWNING instead of State.SHOWING. Thanks to Jasper St. Pierre for spotting this.
This commit is contained in:
parent
42366e4be4
commit
7c980f42c9
@ -1659,7 +1659,7 @@ MessageTray.prototype = {
|
|||||||
this._summaryNotificationBoxPointer.actor.show();
|
this._summaryNotificationBoxPointer.actor.show();
|
||||||
this._adjustNotificationBoxPointerPosition();
|
this._adjustNotificationBoxPointerPosition();
|
||||||
|
|
||||||
this._summaryNotificationState = State.SHOWNING;
|
this._summaryNotificationState = State.SHOWING;
|
||||||
this._summaryNotificationBoxPointer.animateAppear(Lang.bind(this, function() {
|
this._summaryNotificationBoxPointer.animateAppear(Lang.bind(this, function() {
|
||||||
this._summaryNotificationState = State.SHOWN;
|
this._summaryNotificationState = State.SHOWN;
|
||||||
}));
|
}));
|
||||||
|
Loading…
Reference in New Issue
Block a user