Changeset 23974
- Timestamp:
- 09/28/13 19:30:40 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/skinadjust.h
r23686 r23974 14 14 struct skin* topoffset = getscreennode(skinadjust, "topoffset"); 15 15 struct skin* bottomoffset = getscreennode(skinadjust, "bottomoffset"); 16 struct skin* piconpath = getscreennode(skinadjust, "piconpath");17 16 struct skin* showrecfreesize = getscreennode(skinadjust, "showrecfreesize"); 18 17 struct skin* listboxselect = getscreennode(skinadjust, "listboxselect"); … … 43 42 changeinput(bottomoffset, "0\n10\n20\n30\n40\n50\n60\n70\n80\n90\n100"); 44 43 setchoiceboxselection(bottomoffset, getconfig("fbbottomoffset", NULL)); 45 46 //hide picon path, set it fix to /mnt/swapextensions/usr/local/share/titan/picons47 piconpath->hidden = YES;48 addchoicebox(piconpath, "/mnt/swapextensions/usr/local/share/titan/picons", _("Flash (permanent)"));49 addchoicebox(piconpath, "/var/swap/usr/local/share/titan/picons", _("Stick or HDD"));50 addchoicebox(piconpath, "/var/usr/local/share/titan/picons", _("Flash (temporary)"));51 setchoiceboxselection(piconpath, getconfig("piconpath", NULL));52 44 53 45 oleftoffset = getconfigint("fbleftoffset", NULL); … … 133 125 addskinconfigscreencheck("osdtransparent", osdtransparent, "0"); 134 126 setosdtransparent(getskinconfigint("osdtransparent", NULL)); 135 addconfigscreen("piconpath", piconpath);136 127 addconfigscreencheck("showrecfreesize", showrecfreesize, "0"); 137 128 status.showrecfreesize = getconfigint("showrecfreesize", NULL); 138 139 /*140 if(listbox->select != NULL && ostrcmp(listbox->select->name, "piconpath") == 0)141 {142 clearscreen(skinadjust);143 ret = screendir(listbox->select->ret, "", NULL, NULL, NULL, NULL, 0, "SELECT", 0, NULL, 0, NULL, 0, 700, 0, 650, 0, 0);144 if(ret != NULL)145 changeinput(listbox->select, ret);146 free(ret);147 148 drawscreen(skinadjust, 0, 0);149 continue;150 }151 */152 129 153 130 writeskinconfigtmp();
Note: See TracChangeset
for help on using the changeset viewer.