Mercurial > wow > mailopener
diff Core.lua @ 92:d62eaa354443
Had removed the changelog files some time ago, but never updated the .hgignore.
| author | Zerotorescue |
|---|---|
| date | Sun, 19 Sep 2010 16:08:53 +0200 |
| parents | 0a8e4a93316d |
| children | f5558317ced3 |
line wrap: on
line diff
--- a/Core.lua Sat Sep 18 15:37:27 2010 +0200 +++ b/Core.lua Sun Sep 19 16:08:53 2010 +0200 @@ -772,8 +772,8 @@ button:SetPoint("CENTER", editBox, "CENTER", 0, -30); end end, - EditBoxOnEscapePressed = function() - this:GetParent():Hide(); + EditBoxOnEscapePressed = function(self) + self:GetParent():Hide(); end, timeout = 0, whileDead = 1,
