changeset 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 1dc3881f2628
files .hgignore Core.lua
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Sat Sep 18 15:37:27 2010 +0200
+++ b/.hgignore	Sun Sep 19 16:08:53 2010 +0200
@@ -1,2 +1,1 @@
-glob:Modules/Changelog.lua
 glob:Libs
--- 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,