Allow to set default server in entergame

This commit is contained in:
Eduardo Bart
2012-08-23 14:45:39 -03:00
parent e25bd7fe54
commit 112d584b66
3 changed files with 33 additions and 5 deletions

View File

@@ -31,8 +31,11 @@ function UITable:onDestroy()
self.columns = {}
self.headerRow = {}
self.selectedRow = nil
self.dataSpace:destroyChildren()
self.dataSpace = nil
if self.dataSpace then
self.dataSpace:destroyChildren()
self.dataSpace = nil
end
end
function UITable:onStyleApply(styleName, styleNode)