Changeset 15462 for titan/plugins


Ignore:
Timestamp:
05/03/12 19:16:59 (12 years ago)
Author:
nit
Message:

[titan] add flushrc

Location:
titan/plugins
Files:
3 edited

Legend:

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

    r15438 r15462  
    222222        if(status.lastservice != NULL)
    223223                servicestart(status.lastservice->channel, NULL, NULL, 0);
    224         sleep(2);
     224        flushrc(500);
    225225}
    226226
  • titan/plugins/news/news.h

    r15434 r15462  
    216216      if(status.lastservice != NULL)
    217217        servicestart(status.lastservice->channel, NULL, NULL, 0);
    218       sleep(2);
     218      flushrc(500);
    219219     
    220220                        goto start;
  • titan/plugins/stock/stock.h

    r15434 r15462  
    276276      if(status.lastservice != NULL)
    277277        servicestart(status.lastservice->channel, NULL, NULL, 0);
    278       sleep(2);
     278      flushrc(500);
    279279     
    280280      drawscreen(stock, 0);
Note: See TracChangeset for help on using the changeset viewer.