Sorry to everyone for spamming the patch. I was checking &quot;<a href="http://www.winehq.org/pipermail/wine-patches/2009-May/date.html">http://www.winehq.org/pipermail/wine-patches/2009-May/date.html</a>&quot; and wasn&#39;t seeing it show up so I assumed I had some kind of mail-sending problem at my end. It won&#39;t happen again!<br>
<br>Regards,<br><br>Tim<br><br><br><div class="gmail_quote">On Wed, May 20, 2009 at 11:03 AM, Ricardo Filipe <span dir="ltr">&lt;<a href="mailto:ricardojdfilipe@gmail.com">ricardojdfilipe@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br><br><div class="gmail_quote">2009/5/20 Tim Wright <span dir="ltr">&lt;<a href="mailto:timw@splhi.com" target="_blank">timw@splhi.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The EvE-online updater blows up because it&#39;s trying to set the download priority in BITS (qmgr) and that isn&#39;t implemented. Simply stubbing it to return S_OK is sufficient to allow it to work.<br>
<br>
Third attempt at sending. For some reason, it isn&#39;t being posted from git-send-email even though the Cc: arrives just fine at another account. Patch against git repository. This is bug 18528/12312.<br>
<br>
<br><br>
---<br>
�dlls/qmgr/job.c | � �4 ++--<br>
�1 files changed, 2 insertions(+), 2 deletions(-)<br>
<br>
diff --git a/dlls/qmgr/job.c b/dlls/qmgr/job.c<br>
index 3baa893..09693a3 100644<br>
--- a/dlls/qmgr/job.c<br>
+++ b/dlls/qmgr/job.c<br>
@@ -334,8 +334,8 @@ static HRESULT WINAPI BITS_IBackgroundCopyJob_SetPriority(<br>
 � � IBackgroundCopyJob2 *iface,<br>
 � � BG_JOB_PRIORITY Val)<br>
�{<br>
- � �FIXME(&quot;Not implemented\n&quot;);<br>
- � �return E_NOTIMPL;<br>
+ � �FIXME(&quot;(%p,0x%08x) stub\n&quot;, iface, Val);<br>
+ � �return S_OK;<br>
�}<br>
<br>
�static HRESULT WINAPI BITS_IBackgroundCopyJob_GetPriority(<br>
--<br>
1.6.0.4<br>
<br>
<br><br>
<br></blockquote></div>your previous patch was already commited. check git page the next day when you send patches.<br><a href="http://source.winehq.org/git/wine.git/?a=commit;h=cb26244adb4e15ab60e4d02b5bedf96c9da98685" target="_blank">http://source.winehq.org/git/wine.git/?a=commit;h=cb26244adb4e15ab60e4d02b5bedf96c9da98685</a><br>

<br>;)<br>
</blockquote></div><br>