update TODO, rename onMouseDoubleClick to onDoubleClick

This commit is contained in:
Eduardo Bart
2012-02-04 15:04:44 -02:00
parent 91a7ed8371
commit cc081d8151
6 changed files with 33 additions and 45 deletions

View File

@@ -356,7 +356,7 @@ local function onChannelList(channelList)
label:setText(channelName)
label:setPhantom(false)
connect(label, { onMouseDoubleClick = function () doChannelListSubmit(channelsWindow) end } )
connect(label, { onDoubleClick = function () doChannelListSubmit(channelsWindow) end } )
end
end
end