Ignore:
Timestamp:
05/14/12 21:54:46 (12 years ago)
Author:
nit
Message:

fix

File:
1 edited

Legend:

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

    r15712 r15716  
    264264                                if(tmp != NULL)
    265265                                {
    266                                         changetext(tmp, location);
    267                                         changename(tmp, location);
     266                                        changetext(tmp, name);
     267                                        changename(tmp, name);
    268268                                }
    269269      }
     
    276276                if(rcret == getrcconfigint("rcyellow", NULL))
    277277                {
    278                         writestock(getconfig("stockfile", listbox);
     278                        writestock(getconfig("stockfile", NULL), listbox);
    279279                        continue;
    280280                }
Note: See TracChangeset for help on using the changeset viewer.