Changeset 41771


Ignore:
Timestamp:
01/19/18 17:32:46 (6 years ago)
Author:
gost
Message:

[plugin] sispmctl fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/sispmctl/sispmctl.h

    r41769 r41771  
    801801                if(rcret == getrcconfigint("rcgreen", NULL))
    802802                {
    803                         drawscreen(load, 0, 0);
     803                        //drawscreen(load, 0, 0);
    804804                        addlist(myconfig, "g1_name", g1_name->ret);
    805805                        addlist(myconfig, "g1_auto_on", g1_auto_on->ret);
     
    836836                        if(startextern == 1)
    837837                                sispmctl_start(3);
    838                         if(startextern == 1)
     838                        if(stopextern == 1)
    839839                                sispmctl_stop(3);
    840840                        sleep(1);
    841                         clearscreen(load);
     841                        //clearscreen(load);
    842842                }
    843843        }
Note: See TracChangeset for help on using the changeset viewer.