Changeset 15580 for titan/titan


Ignore:
Timestamp:
05/09/12 01:10:53 (12 years ago)
Author:
nit
Message:

[titan] fix tab

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/adjust.h

    r15573 r15580  
    3535        struct skin* screenanim = getscreennode(adjust, "screenanim");
    3636        struct skin* screenanimspeed = getscreennode(adjust, "screenanimspeed");
    37   struct skin* channellistview = getscreennode(adjust, "channellistview");
     37        struct skin* channellistview = getscreennode(adjust, "channellistview");
    3838       
    3939        struct skin* tmp = NULL;
     
    161161        addchoicebox(screenanimspeed, "20", _("very slow"));
    162162        setchoiceboxselection(screenanimspeed, getconfig("screenanimspeed", NULL));
    163  
    164   addchoicebox(channellistview, "0", _("hidden"));
     163
     164        addchoicebox(channellistview, "0", _("hidden"));
    165165        addchoicebox(channellistview, "1", _("deactive"));
    166166        setchoiceboxselection(channellistview, getconfig("channellistview", NULL));
     
    222222                        addconfigscreencheck("screenanimspeed", screenanimspeed, "1");
    223223                        status.screenanimspeed = getconfigint("screenanimspeed", NULL);
    224       addconfigscreencheck("channellistview", channellistview, "0");
     224                        addconfigscreencheck("channellistview", channellistview, "0");
    225225                        status.channellistview = getconfigint("channellistview", NULL);
    226226
  • titan/titan/struct.h

    r15573 r15580  
    10681068        //should thumb thread start
    10691069        int createthumb;
    1070   //time for next picmem timeout check
    1071   time_t picmemtimeout;
    1072   //show not tunable channel hidden (0)) or deaktive (1) in channellist
    1073   int channellistview;
     1070        //time for next picmem timeout check
     1071        time_t picmemtimeout;
     1072        //show not tunable channel hidden (0)) or deaktive (1) in channellist
     1073        int channellistview;
    10741074} status;
    10751075
Note: See TracChangeset for help on using the changeset viewer.