Ticket #5588: mythtv_mythlcdserver_channel_name_desc_on_different_lines.patch

File mythtv_mythlcdserver_channel_name_desc_on_different_lines.patch, 359 bytes (added by tpr@…, 16 years ago)

Show both channel name and the program name, when over 1 lines available on LCD

  • lcdprocclient.cpp

     
    10971097
    10981098    activeScreen = "Channel";
    10991099
    1100     if (lcdHeight <= 2)
     1100    if (lcdHeight <= 1)
    11011101    {
    11021102        aString = channum + "|" + title;
    11031103        if (!subtitle.isEmpty())