Changeset 32301 for titan/titan/skinadjust.h
- Timestamp:
- 01/11/15 02:18:23 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/skinadjust.h
r32300 r32301 242 242 addskinconfigscreencheck("infobar_selection", infobar_sel, "0"); 243 243 if(ostrcmp(oldinfobar_sel,getskinconfig("infobar_selection", NULL)) != 0) reboot = 1; 244 if(ostrcmp(getskinconfig("infobar_selection", NULL), "infobar") != 0) 245 addskinconfigscreencheck("infobar2_selection", "infobar2", "0"); 246 if(ostrcmp(getskinconfig("infobar_selection", NULL), "infobar_v2") != 0) 247 addskinconfigscreencheck("infobar2_selection", "infobar2_v2", "0"); 248 if(ostrcmp(getskinconfig("infobar_selection", NULL), "infobar_v3") != 0) 249 addskinconfigscreencheck("infobar2_selection", "infobar2_v3", "0"); 244 250 245 251 writeskinconfigtmp();
Note: See TracChangeset
for help on using the changeset viewer.