Changeset 32321


Ignore:
Timestamp:
01/11/15 05:43:41 (9 years ago)
Author:
tobayer
Message:

[titan] add infobar selection, step 5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/infobar.h

    r32315 r32321  
    2424
    2525        struct skin* infobar1 = getscreen(infobar_sel);
    26         debug(10, "get final infobar1=%s", infobar_sel);
     26        debug(10, "final infobar1=%s", infobar_sel);
    2727        struct skin* infobar2 = getscreen(infobar2_sel);
    28         debug(10, "get final infobar2=%s", infobar2_sel);
     28        debug(10, "final infobar2=%s", infobar2_sel);
    2929        struct skin* infobar = infobar1;
    3030        struct skin* infobarm = infobar1;
Note: See TracChangeset for help on using the changeset viewer.