ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/icq-toc icq-toc.c,1.17,1.18


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

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

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


Index: icq-toc.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/icq-toc/icq-toc.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- icq-toc.c   26 Mar 2003 13:17:58 -0000      1.17
+++ icq-toc.c   26 Mar 2003 16:57:37 -0000      1.18
@@ -573,6 +573,13 @@
 
                        eb_debug(DBG_TOC, "Sender == NULL");
                }
+               
+               if (sender && !sender->online) {
+                       /* that's impossible if he talks to us */
+                       icqtoc_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]