Ignore:
Timestamp:
05/25/12 23:54:44 (12 years ago)
Author:
obi
Message:

fix nsfb

File:
1 edited

Legend:

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

    r15984 r16092  
    209209                if(mbox->param != NULL)
    210210                {
    211       status.sec = 0; //deaktivate spinner
    212                         tmpstr = ostrcat("nsfb -f linux ", mbox->param, 0, 0);
     211                        status.sec = 0; //deaktivate spinner
     212                        tmpstr = ostrcat("/var/swap/bin/nsfb -f linux ", mbox->param, 0, 0);
    213213                        system(tmpstr);
    214214                        free(tmpstr); tmpstr = NULL;
Note: See TracChangeset for help on using the changeset viewer.