Merge pull request #71 from Tgys/patch-1

Combobox wasn't getting destroyed on terminate
master
Eduardo Bart 12 years ago
commit f4e7bf1a17

@ -70,6 +70,7 @@ end
function Locales.terminate()
installedLocales = nil
currentLocale = nil
localeComboBox:destroy()
localeComboBox = nil
Extended.unregister(ExtendedLocales)
disconnect(g_game, { onGameStart = onGameStart })

Loading…
Cancel
Save