Changeset 25573


Ignore:
Timestamp:
01/10/14 11:26:06 (9 years ago)
Author:
obi
Message:

fix

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/menulist.h

    r25207 r25573  
    213213                                }
    214214
     215                                if(showpng == 3)
     216                                {
     217                                        tmp->valign = convertxmlentry("middle", 0);
     218                                        tmp->textposx = 250;
     219                                        tmp->height = 300;
     220                                }
     221
    215222                                if(mlist->pic == NULL)
    216223                                {
  • titan/titan/titan.c

    r25572 r25573  
    874874                               
    875875        //                      mbox = menulistbox(mlist, "playlistmenu", NULL, "%pluginpath%/mc/skin", NULL, 1, 0);
    876                                 mbox = menulistbox(mlist, "remotecontrol", NULL, NULL, NULL, 2, 0);
     876                                mbox = menulistbox(mlist, "remotecontrol", NULL, NULL, NULL, 3, 0);
    877877                                if(mbox != NULL)
    878878                                {
Note: See TracChangeset for help on using the changeset viewer.