Fixes PACMAN UI initial data

Fixes #8561
This commit is contained in:
GinjaNinja32
2015-04-09 15:58:07 +01:00
parent 3286de0a4f
commit a377806b47

View File

@@ -342,6 +342,7 @@
ui = nanomanager.try_update_ui(user, src, ui_key, ui, data, force_open)
if (!ui)
ui = new(user, src, ui_key, "pacman.tmpl", src.name, 500, 560)
ui.set_initial_data(data)
ui.open()
ui.set_auto_update(1)