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

@@ -56,7 +56,7 @@ function VipList.onAddVip(id, name, online)
label.vipOnline = online
label:setPhantom(false)
connect(label, { onMouseDoubleClick = function () Game.openPrivateChannel(label:getText()) return true end } )
connect(label, { onDoubleClick = function () Game.openPrivateChannel(label:getText()) return true end } )
local nameLower = name:lower()
local childrenCount = vipList:getChildCount()