Fix missing semicolon in source title commit
Just add the missing semicolon https://bugzilla.gnome.org/show_bug.cgi?id=622592
This commit is contained in:
parent
a84e2e3307
commit
a160e31c2a
@ -801,7 +801,7 @@ MessageTray.prototype = {
|
||||
|
||||
_onSummaryItemClicked: function(summaryItem) {
|
||||
if (!this._clickedSummaryItem || this._clickedSummaryItem != summaryItem)
|
||||
this._clickedSummaryItem = summaryItem
|
||||
this._clickedSummaryItem = summaryItem;
|
||||
else
|
||||
this._clickedSummaryItem = null;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user