Some fixes

* Scrollbar on hotkeys window
* Guild channel will appears on channel list but not yet working properly
This commit is contained in:
AndreFaramir
2012-04-24 00:19:01 -03:00
parent dcefeb134c
commit c903cc7ec4
3 changed files with 15 additions and 6 deletions

View File

@@ -148,7 +148,7 @@ local function onChannelList(channelList)
local channelId = v[1]
local channelName = v[2]
if channelId ~= 0 and #channelName > 0 then
if #channelName > 0 then
local label = createWidget('ChannelListLabel', channelListPanel)
label.channelId = channelId
label:setText(channelName)