Changeset 32305


Ignore:
Timestamp:
01/11/15 03:06:28 (8 years ago)
Author:
tobayer
Message:

[titan] add infobar selection, step 3, fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/infobar.h

    r32304 r32305  
    88        struct skin* playinfobarpic = getscreen("playinfobarpic");
    99
    10         char* infobar_sel = getskinconfig("infobar2_selection", NULL);
     10        char* infobar_sel = getskinconfig("infobar_selection", NULL);
    1111        char* infobar2_sel = getskinconfig("infobar2_selection", NULL);
    1212        if(infobar_sel == NULL) ostrcat(infobar_sel, "infobar", 0, 0); // fallback to default
     
    2020        struct skin* infobarm = infobar1;
    2121
    22         free(infobar_sel); infobar_sel=NULL;free(infobar2_sel); infobar2_sel=NULL;
     22        //free(infobar_sel); infobar_sel=NULL;free(infobar2_sel); infobar2_sel=NULL;
    2323
    2424        struct skin* standbymenu = NULL;
Note: See TracChangeset for help on using the changeset viewer.