Update the web radio plugin

The web radio plugin now uses the correct add and remove page functions
This commit is contained in:
Bryan Schumaker 2010-11-25 23:21:03 -05:00
parent c664e1cadb
commit 8747f20bb3

View File

@ -44,7 +44,7 @@ def start():
def stop():
for child in children:
ocarina.remove_tab(child)
body.remove_page(child)
def check_version():
if ocarina.__major__ != 4: