<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;">That actually is copy/paste error which compiles only by accident<br>
Attached fixed patch.<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Dnia Saturday 03 January 2009, Ingo Klöcker napisał:<br>
> Hi,<br>
><br>
> I cannot comment on the rest of your changes, but the following doesn't<br>
> make much sense. Even if it works it's so obfuscated that it should be<br>
> written in another way.<br>
><br>
> On Saturday 03 January 2009, Jakub Stachowski wrote:<br>
> > @@ -938,7 +938,7 @@<br>
> > if ( !d->m_bIsLocalUrl )<br>
> > return false;<br>
> > <br>
> > - if ( mimetype() == "application/x-desktop")<br>
> > + if ( mimetype() == "application/x-desktop",<br>
> > KMimeType::DontResolveAlias) return true;<br>
> > <br>
> > // Executable, shell script ... ?<br>
><br>
> Regards,<br>
> Ingo<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p></body></html>