On Thu, Oct 18, 2007 at 08:15:16PM -0500, Bo Peng wrote: > > > > > > URL: http://www.lyx.org/trac/changeset/21048 > > > Log: > > > isome more FileName shuffling > > > > [..] > > > > > +bool FileName::isWritable() const > > > +{ > > > + QFileInfo const fi(toqstr(name_)); > > > + return fi.isReadable(); > > > +} > > > > Ouch... > > And I just fixed tex2lyx for you.
Thanks. Andre'