From e22d2bf663a4cc4fbeed5730c8f0ec7a446e43c8 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 23 Jun 2011 22:35:20 -0400 Subject: Use string constants for event names. --- modules/textadept/run.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/textadept/run.lua') diff --git a/modules/textadept/run.lua b/modules/textadept/run.lua index 65526386..684bf0ab 100644 --- a/modules/textadept/run.lua +++ b/modules/textadept/run.lua @@ -123,4 +123,4 @@ function goto_error(pos, line_num) end end end -events.connect('double_click', goto_error) +events.connect(events.DOUBLE_CLICK, goto_error) -- cgit v1.2.3