KFileItem optimization

Jakub Stachowski qbast at go2.pl
Sat Jan 3 16:45:02 CET 2009


That actually is copy/paste error which compiles only by accident
Attached fixed patch.


Dnia Saturday 03 January 2009, Ingo Klöcker napisał:
> Hi,
>
> I cannot comment on the rest of your changes, but the following doesn't
> make much sense. Even if it works it's so obfuscated that it should be
> written in another way.
>
> On Saturday 03 January 2009, Jakub Stachowski wrote:
> > @@ -938,7 +938,7 @@
> >      if ( !d->m_bIsLocalUrl )
> >          return false;
> >  
> > -    if ( mimetype() == "application/x-desktop")
> > +    if ( mimetype() == "application/x-desktop",
> > KMimeType::DontResolveAlias) return true;
> >  
> >      // Executable, shell script ... ?
>
> Regards,
> Ingo


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/kde-optimize/attachments/20090103/69d58cf7/attachment.htm 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kfileitem2.patch
Type: text/x-patch
Size: 4567 bytes
Desc: not available
Url : http://mail.kde.org/pipermail/kde-optimize/attachments/20090103/69d58cf7/attachment.patch 


More information about the Kde-optimize mailing list