Changeset 32300


Ignore:
Timestamp:
01/11/15 02:01:42 (8 years ago)
Author:
tobayer
Message:

[titan] add infobar selection, step 1, fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/skinadjust.h

    r32299 r32300  
    104104        if(checkscreen("infobar_v3") != status.skinerr)
    105105                addchoicebox(infobar_sel, "infobar_v3","v3");
    106         setchoiceboxselection(infobar_sel, getskinconfig("infobarselection", NULL));
     106        setchoiceboxselection(infobar_sel, getskinconfig("infobar_selection", NULL));
    107107
    108108        addchoicebox(showrecfreesize, "0", _("no"));
     
    239239                                addskinconfigscreencheck("OLED_nemesis", oled_sel, "0");
    240240
    241                         char* oldinfobar_sel = getskinconfig("infobarselection", NULL);
    242                         addskinconfigscreencheck("infobarselection", infobar_sel, "0");
    243                         if(ostrcmp(oldinfobar_sel,getskinconfig("infobarselection", NULL)) != 0) reboot = 1;
    244                         //status.infobar_sel = getskinconfig("infobarselection", NULL);
     241                        char* oldinfobar_sel = getskinconfig("infobar_selection", NULL);
     242                        addskinconfigscreencheck("infobar_selection", infobar_sel, "0");
     243                        if(ostrcmp(oldinfobar_sel,getskinconfig("infobar_selection", NULL)) != 0) reboot = 1;
    245244
    246245                        writeskinconfigtmp();
Note: See TracChangeset for help on using the changeset viewer.