Skip to content

Commit

Permalink
Satdreamgr Change PluginMenu to GSMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
athoik committed Dec 21, 2013
1 parent 1b247bd commit 2b38d1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def menu(menuid, **kwargs):

def main(session, **kwargs):
try:
session.open(PluginMenu)
session.open(GSMenu)
except:
print "[GreekStreamTV] Pluginexecution failed"

Expand All @@ -36,7 +36,7 @@ def Plugins(**kwargs):
icon="plugin.png",
fnc=main)]

class PluginMenu(Screen):
class GSMenu(Screen):
skin = """
<screen name="GreekStreamTVList" position="center,center" size="280,220" title="GreekStreamTV">
<widget name="menu" itemHeight="35" position="0,0" size="270,140" scrollbarMode="showOnDemand" transparent="1" zPosition="9"/>
Expand Down

0 comments on commit 2b38d1d

Please sign in to comment.