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 b861cfd7df
commit aec799ece6
1 changed files with 1 additions and 1 deletions

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: