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