Re: [patch] Bug 5399

2008-10-24 Thread Pavel Sanda
Vincent van Ravesteijn wrote: > > Looks good if completeBaseName is doing what it suggests. > > > > Stefan > > > > > > Unless you load newfile2.lyx.emergency... then it's wrong. this is visible in title and its still better then the previous version. it has two ok's, i commited it. pavel

Re: [patch] Bug 5399

2008-10-23 Thread Vincent van Ravesteijn
On Thu, 2008-10-23 at 22:43 +0200, Stefan Schimanski wrote: > Am 23.10.2008 um 22:40 schrieb Vincent van Ravesteijn: > > > Changing baseName() into completeBaseName() in > > FileName::onlyFileNameWithoutExt(). > > > > This is a new function in Qt4 that removes everything after the > last > > '.'

Re: [patch] Bug 5399

2008-10-23 Thread Stefan Schimanski
Am 23.10.2008 um 22:40 schrieb Vincent van Ravesteijn: Changing baseName() into completeBaseName() in FileName::onlyFileNameWithoutExt(). This is a new function in Qt4 that removes everything after the last '.' instead of everything after the first '.'. +cosmetics Vincent Looks good if

[patch] Bug 5399

2008-10-23 Thread Vincent van Ravesteijn
Changing baseName() into completeBaseName() in FileName::onlyFileNameWithoutExt(). This is a new function in Qt4 that removes everything after the last '.' instead of everything after the first '.'. +cosmetics Vincent Index: src/support/FileName.cpp ==