messageTray: Fix lightbox
Commit 448517032e
accidentally reverted the condition for showing
the lightbox. Fix that.
https://bugzilla.gnome.org/show_bug.cgi?id=686728
This commit is contained in:
parent
98b313c75f
commit
3a453c5f73
@ -2101,9 +2101,8 @@ const MessageTray = new Lang.Class({
|
|||||||
transition: 'easeOutQuad'
|
transition: 'easeOutQuad'
|
||||||
});
|
});
|
||||||
|
|
||||||
if (this._overviewVisible) {
|
if (!this._overviewVisible)
|
||||||
this._lightbox.show();
|
this._lightbox.show();
|
||||||
}
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user