Changeset 27994


Ignore:
Timestamp:
03/28/14 01:56:41 (10 years ago)
Author:
obi
Message:

fix

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/infobar.h

    r27988 r27994  
    556556                if(rcret == getrcconfigint("rcmedia", NULL))
    557557                {
     558/*
    558559                        struct skin* pluginnode = getplugin("Media Center");
    559560                        void (*startplugin)(void);
     
    569570                        }
    570571                        status.infobaraktiv = 1;
     572                        drawscreen(skin, 0, 0);
     573                        subtitlepause(0);
     574                        continue;
     575*/
     576                        subtitlepause(1);
     577                        status.infobar = 0;
     578                        clearscreen(infobar);
     579                        screenkeyactions(3, 0);
     580                        status.updatevfd = START;
    571581                        drawscreen(skin, 0, 0);
    572582                        subtitlepause(0);
  • titan/titan/menu.h

    r27675 r27994  
    726726                screensettings_pluginbutton();
    727727        }
     728        else if(ostrcmp("settings_mediabutton", menuentry->name) == 0)
     729        {
     730                if(check == 1) return 0;
     731                screensettings_mediabutton();
     732        }
    728733        else if(ostrcmp("feed", menuentry->name) == 0)
    729734        {
Note: See TracChangeset for help on using the changeset viewer.