Changeset 32307
- Timestamp:
- 01/11/15 03:18:30 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/skinadjust.h
r32303 r32307 251 251 addskinconfigscreencheck("infobar_selection", infobar_sel, "0"); 252 252 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; 254 254 255 255 char* oldinfobar2_sel = getskinconfig("infobar2_selection", NULL); 256 256 addskinconfigscreencheck("infobar2_selection", infobar2_sel, "0"); 257 257 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; 259 259 260 260 writeskinconfigtmp();
Note: See TracChangeset
for help on using the changeset viewer.