ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/modules/msn2 msn.C,1.88,1.89


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/msn2 msn.C,1.88,1.89
Date: Sun, 23 Mar 2003 17:17:16 -0500

Update of /cvsroot/ayttm/ayttm/modules/msn2
In directory subversions:/tmp/cvs-serv26889/modules/msn2

Modified Files:
        msn.C 
Log Message:
close activity window when logging out


Index: msn.C
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/msn2/msn.C,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- msn.C       23 Mar 2003 19:28:25 -0000      1.88
+++ msn.C       23 Mar 2003 22:17:14 -0000      1.89
@@ -649,6 +649,9 @@
 
        if(!account->connected && !account->connecting)
                return;
+       
+       progress_window_close(mlad->connect_tag);
+       
        eb_debug(DBG_MSN, "Logging out\n");
        for (l = msn_contacts; l != NULL && l->data != NULL; l = l->next) {
                eb_account * ea = (eb_account *)find_account_by_handle((char 
*)l->data, SERVICE_INFO.protocol_id);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]