messageTray: Fix accidental typo

This commit is contained in:
Jasper St. Pierre 2011-10-07 16:22:08 -04:00
parent 2947b92148
commit c99afed012

View File

@ -1585,7 +1585,7 @@ MessageTray.prototype = {
summaryItemToRemove.actor.destroy();
if (needUpdate);
if (needUpdate)
this._updateState();
},