Changeset 32306


Ignore:
Timestamp:
01/11/15 03:11:52 (8 years ago)
Author:
tobayer
Message:

[titan] add infobar selection, step 3, fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/infobar.h

    r32305 r32306  
    1111        char* infobar2_sel = getskinconfig("infobar2_selection", NULL);
    1212        if(infobar_sel == NULL) ostrcat(infobar_sel, "infobar", 0, 0); // fallback to default
    13         if(infobar2_sel == NULL) ostrcat(infobar_sel, "infobar2", 0, 0); // fallback to default
     13        if(infobar2_sel == NULL) ostrcat(infobar2_sel, "infobar2", 0, 0); // fallback to default
    1414
    1515        struct skin* infobar1 = getscreen(infobar_sel);
Note: See TracChangeset for help on using the changeset viewer.