Hans Leidekker : inetcomm: Send a notification when disconnecting.

Alexandre Julliard julliard at winehq.org
Mon Nov 10 07:43:50 CST 2008


Module: wine
Branch: master
Commit: b65d768343ad8aa357a90430e4ee2a34d980dc42
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b65d768343ad8aa357a90430e4ee2a34d980dc42

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Fri Nov  7 15:07:02 2008 +0100

inetcomm: Send a notification when disconnecting.

---

 dlls/inetcomm/pop3transport.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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-cvs mailing list