[dongle commit] r663 - branches/Dongle-1.1

1 view
Skip to first unread message

codesite...@google.com

unread,
Jan 29, 2008, 10:59:35 AM1/29/08
to dongle...@googlegroups.com
Author: jnwhiteh
Date: Tue Jan 29 07:57:51 2008
New Revision: 663

Modified:
branches/Dongle-1.1/Dongle.lua

Log:
* Reverting previous change


Modified: branches/Dongle-1.1/Dongle.lua
==============================================================================
--- branches/Dongle-1.1/Dongle.lua (original)
+++ branches/Dongle-1.1/Dongle.lua Tue Jan 29 07:57:51 2008
@@ -273,11 +273,7 @@
assert(3, reg, string.format(L["MUST_CALLFROM_REGISTERED"], "IsEventRegistered"))
argcheck(event, 2, "string")

- if events[event] and events[event][self] then
- return true
- else
- return false
- end
+ return events[event]
end

--[[-------------------------------------------------------------------------

Reply all
Reply to author
Forward
0 new messages