messageTray: Reset clickedSummaryItem on ungrab
If we don't, we will pop up the summary again the next time _updateState() is called. https://bugzilla.gnome.org/show_bug.cgi?id=707600
This commit is contained in:
parent
b462a85c43
commit
aa6471b3cc
@ -2732,6 +2732,7 @@ const MessageTray = new Lang.Class({
|
|||||||
|
|
||||||
_onSummaryBoxPointerUngrabbed: function() {
|
_onSummaryBoxPointerUngrabbed: function() {
|
||||||
this._summaryBoxPointerState = State.HIDING;
|
this._summaryBoxPointerState = State.HIDING;
|
||||||
|
this._setClickedSummaryItem(null);
|
||||||
|
|
||||||
if (this._summaryBoxPointerContentUpdatedId) {
|
if (this._summaryBoxPointerContentUpdatedId) {
|
||||||
this._summaryBoxPointerItem.disconnect(this._summaryBoxPointerContentUpdatedId);
|
this._summaryBoxPointerItem.disconnect(this._summaryBoxPointerContentUpdatedId);
|
||||||
|
Loading…
Reference in New Issue
Block a user