[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    Re: branches/KDE/3.5/kdelibs/kdecore
From:       André_Wöbbeking <Woebbeking () kde ! org>
Date:       2008-01-10 18:17:16
Message-ID: 200801101917.16430.Woebbeking () kde ! org
[Download RAW message or body]

On Thursday 10 January 2008, André Wöbbeking wrote:
> On Thursday 10 January 2008, Dirk Mueller wrote:
> > SVN commit 759452 by mueller:
> >
> > fix findExe (backport -r736144)
> >
> >
> >  M  +3 -3      kstandarddirs.cpp
> >
> >
> > --- branches/KDE/3.5/kdelibs/kdecore/kstandarddirs.cpp
> > #759451:759452 @@ -923,13 +923,13 @@
> >  #endif
> >      QFileInfo info;
> >
> > -    // absolute path ?
> > -    if (!QDir::isRelativePath(real_appname))
> > +    // absolute or relative path given
> > +    if (real_appname.find(QDir::separator()) >= 0)
>
> not ==?

OK, I should probably read the comment first :-(

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic