Changeset 28015


Ignore:
Timestamp:
03/28/14 04:11:49 (10 years ago)
Author:
obi
Message:

fix

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/keyactions.h

    r28013 r28015  
    3737                char* skintitle = _("Key Action - Plugins");
    3838
    39                 if(status.mediadbfiles > 0)
     39                if(key != 3 && status.mediadbfiles > 0)
    4040                        addmenulist(&mlist, "MediaDB Scan Info", NULL, NULL, 0, 0);
    4141                       
     
    215215        {
    216216                screenplay(NULL, NULL, 0, 0);
     217                freemenulist(mlist, 1); mlist = NULL;
     218                resettvpic();
     219                return;
     220        }
     221        else if(ostrcmp(keyconf, "Media Plugins List") == 0)
     222        {
     223                screenkeyactions(3, 1);
    217224                freemenulist(mlist, 1); mlist = NULL;
    218225                resettvpic();
  • titan/titan/settings_mediabutton.h

    r28013 r28015  
    1414        free(tmptxt), tmptxt = NULL;
    1515
     16        addmenulist(&mlist, "Media Plugins List", NULL, NULL, 0, 0);
    1617        addmenulist(&mlist, "RecordPlayer", NULL, NULL, 0, 0);
    1718
Note: See TracChangeset for help on using the changeset viewer.