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.32,1.33


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/aim-toc aim-toc.c,1.32,1.33
Date: Wed, 26 Mar 2003 11:57:39 -0500

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

Modified Files:
        aim-toc.c 
Log Message:
online inconsistency fix


Index: aim-toc.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/aim-toc/aim-toc.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- aim-toc.c   26 Mar 2003 13:17:58 -0000      1.32
+++ aim-toc.c   26 Mar 2003 16:57:37 -0000      1.33
@@ -572,6 +572,12 @@
 
                        eb_debug(DBG_TOC, "Sender == NULL");
                }
+               if (sender && !sender->online) {
+                       /* that's impossible if he talks to us */
+                       toc_add_buddy(conn,sender->handle,
+                                       sender->account_contact->group->name);
+               }
+               
                reciever = find_suitable_local_account( ela, ela->service_id);
                //strip_html(msg);
 





reply via email to

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