Changeset 15348


Ignore:
Timestamp:
04/23/12 17:35:56 (11 years ago)
Author:
gost
Message:

[titan] lcdpearl -> deactivate menus

File:
1 edited

Legend:

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

    r14747 r15348  
    7272        firststart = 0;
    7373        draw = 0;
    74         status.write_png = 1;
     74        status.write_png = 0;
     75        if(ostrcmp(getconfig("write_fb_to_png", NULL), "yes") == 0)
     76                status.write_png = 1;
    7577       
    7678        while (LCD_Pearl1thread->aktion != STOP) {
     
    8082                if(status.infobaraktiv == 1)
    8183                {
    82                         status.write_png = 1;
     84                        if(ostrcmp(getconfig("write_fb_to_png", NULL), "yes") == 0)
     85                                status.write_png = 1;
    8386                        tmpstr2 = getaktchannelname(NULL);
    8487                        tmpstr3 = getrec(NULL, NULL);
     
    9396                else
    9497                {
    95                         status.write_png = 1;
     98                        if(ostrcmp(getconfig("write_fb_to_png", NULL), "yes") == 0)
     99                                status.write_png = 1;
    96100                        type = 999;
    97101                }
Note: See TracChangeset for help on using the changeset viewer.