ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/aim-toc aim-toc.c,1.26,1.27


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/aim-toc aim-toc.c,1.26,1.27
Date: Mon, 24 Mar 2003 03:02:56 -0500

Update of /cvsroot/ayttm/ayttm/modules/aim-toc
In directory subversions:/tmp/cvs-serv8396/modules/aim-toc

Modified Files:
        aim-toc.c 
Log Message:
comment activity windows


Index: aim-toc.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/aim-toc/aim-toc.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- aim-toc.c   23 Mar 2003 12:41:59 -0000      1.26
+++ aim-toc.c   24 Mar 2003 08:02:54 -0000      1.27
@@ -153,10 +153,11 @@
        char aim_info[MAX_PREF_LEN]; 
         char password[255];
         int fd;
-               toc_conn * conn;
-               int input;
-               int keep_alive;
-               int status;
+       toc_conn * conn;
+       int input;
+       int keep_alive;
+       int status;
+       int connect_tag;
 };
 
 enum
@@ -707,14 +708,18 @@
 static void eb_aim_login( eb_local_account * account )
 {
        struct eb_aim_local_account_data * alad;
+       char buff[1024];
+       snprintf(buff, sizeof(buff), _("Logging in to AIM account: %s"), 
account->handle);
 
        account->connecting = 1;
        alad = (struct eb_aim_local_account_data 
*)account->protocol_local_account_data;
 
-
+       alad->connect_tag = activity_window_new(buff);
+       
        alad->conn = toc_signon( account->handle, alad->password,
                              aim_server, atoi(aim_port), alad->aim_info);
-
+       
+       progress_window_close (alad->connect_tag);
 
        if(!alad->conn)
        {





reply via email to

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