Changeset 24737


Ignore:
Timestamp:
11/04/13 10:05:16 (10 years ago)
Author:
gost
Message:

[lcdpearl] fix standby

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/lcdpearl1/lcdpearl1.c

    r24709 r24737  
    133133                tmpstr = gettime(NULL, "%H:%M");
    134134               
    135                 // TV Programm läuft
     135                // TV Programm luft
    136136                if(status.infobaraktiv == 1)
    137137                {
     
    173173                        {
    174174                                if(ostrcmp(getconfig("lcd_pearl1_plugin_standby", NULL), "yes") == 0)
     175                                {
    175176                                        standby = 2;
     177                                        put = 1;
     178                                }
    176179                                else {
    177180                                        system("killall lcd4linux");
Note: See TracChangeset for help on using the changeset viewer.