Changeset 28009


Ignore:
Timestamp:
03/28/14 03:53:23 (10 years ago)
Author:
obi
Message:

fix

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/keyactions.h

    r28008 r28009  
    8686                                child = child->next;
    8787                        }
    88                         addmenulist(&mlist, "MiniPlayer", NULL, NULL, 0, 0);
     88                        addmenulist(&mlist, "MediaPlayer", NULL, NULL, 0, 0);
    8989                }
    9090                else
     
    204204                return;
    205205        }
    206         else if(ostrcmp(keyconf, "MiniPlayer") == 0)
     206        else if(ostrcmp(keyconf, "MediaPlayer") == 0)
    207207        {
    208208                screenplay(NULL, NULL, 0, 0);
  • titan/titan/settings_mediabutton.h

    r28008 r28009  
    2828                        if(ostrcmp(child->name, "Media Center") == 0)
    2929                        {
    30                                 addmenulist(&mlist, "MediaCenter", NULL, child->pic, 0, 0);                     
     30                                addmenulist(&mlist, child->name, NULL, child->pic, 0, 0);                       
    3131                        }
    3232                        else if(ostrcmp(child->name, "TiTan Mediathek") == 0)
    3333                        {
    34                                 addmenulist(&mlist, "MediaThek", NULL, child->pic, 0, 0);
     34                                addmenulist(&mlist, child->name, NULL, child->pic, 0, 0);
    3535                        }
    3636                        else if(ostrcmp(child->name, "Titan Media Center") == 0)
    3737                        {
    38                                 addmenulist(&mlist, "TitanMediaCenter", NULL, child->pic, 0, 0);
     38                                addmenulist(&mlist, child->name, NULL, child->pic, 0, 0);
    3939                        }
    4040                }
     
    4242        }
    4343       
    44         addmenulist(&mlist, "MiniPlayer", NULL, NULL, 0, 0);
     44        addmenulist(&mlist, "MediaPlayer", NULL, NULL, 0, 0);
    4545
    4646        char* mediakey = getconfig("mediakey", NULL);
Note: See TracChangeset for help on using the changeset viewer.