Other minor fixes

This commit is contained in:
Eduardo Bart
2013-02-04 19:40:12 -02:00
parent 4c51009ed9
commit 717832b791
3 changed files with 22 additions and 7 deletions

View File

@@ -286,8 +286,6 @@ function addTab(name, focus)
end
if focus then
consoleTabBar:selectTab(tab)
elseif not serverTab or name ~= serverTab:getText() then
consoleTabBar:blinkTab(tab)
end
return tab
end