[8/8] inetcomm: Send a notification when disconnecting.

Hans Leidekker hans at codeweavers.com
Fri Nov 7 08:07:02 CST 2008


diff --git a/dlls/inetcomm/pop3transport.c b/dlls/inetcomm/pop3transport.c
index 1208ff8..511a14b 100644
--- a/dlls/inetcomm/pop3transport.c
+++ b/dlls/inetcomm/pop3transport.c
@@ -991,6 +991,8 @@ static HRESULT WINAPI POP3Transport_CommandQUIT(IPOP3Transport *iface)
 
     TRACE("()\n");
 
+    InternetTransport_ChangeStatus(&This->InetTransport, IXP_DISCONNECTING);
+
     init_parser(This, POP3_QUIT, POP3_NONE);
     return InternetTransport_DoCommand(&This->InetTransport, command, POP3Transport_CallbackRecvQUITResp);
 }



More information about the wine-patches mailing list