Changeset 32307


Ignore:
Timestamp:
01/11/15 03:18:30 (9 years ago)
Author:
tobayer
Message:

[titan] add infobar selection, step 3, fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/skinadjust.h

    r32303 r32307  
    251251                        addskinconfigscreencheck("infobar_selection", infobar_sel, "0");
    252252                        if(ostrcmp(oldinfobar_sel,getskinconfig("infobar_selection", NULL)) != 0) reboot = 1;
    253                         free(oldinfobar_sel); oldinfobar_sel=NULL;
     253                        //free(oldinfobar_sel); oldinfobar_sel=NULL;
    254254
    255255                        char* oldinfobar2_sel = getskinconfig("infobar2_selection", NULL);
    256256                        addskinconfigscreencheck("infobar2_selection", infobar2_sel, "0");
    257257                        if(ostrcmp(oldinfobar2_sel,getskinconfig("infobar2_selection", NULL)) != 0) reboot = 1;
    258                         free(oldinfobar2_sel); oldinfobar2_sel=NULL;
     258                        //free(oldinfobar2_sel); oldinfobar2_sel=NULL;
    259259
    260260                        writeskinconfigtmp();
Note: See TracChangeset for help on using the changeset viewer.