Changeset 33672


Ignore:
Timestamp:
03/10/15 23:53:49 (8 years ago)
Author:
tobayer
Message:

[titan] some more changes around translate_time and epg

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/epg.h

    r27950 r33672  
    5858                        loctime = localtime(&epgnode->starttime);
    5959                        ostrftime(buf, MINMALLOC, listbox->param1, loctime);
    60                         buf = translate_time(buf, 0);
     60                        buf = translate_time(buf, 1);
    6161                        changetext(tmp, buf);
    6262                        changetext2(tmp, epgnode->title);
  • titan/titan/gmultiepg.h

    r31639 r33672  
    451451                free(loctime); loctime = NULL;
    452452
     453                buf2 = translate_time(buf2, 1);
    453454                changetext(epgdate, buf2);
    454455                free(buf2); buf2 = NULL;
Note: See TracChangeset for help on using the changeset viewer.