ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/yahoo2 yahoo.c,1.46,1.47


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/yahoo2 yahoo.c,1.46,1.47
Date: Thu, 20 Mar 2003 04:19:00 -0500

Update of /cvsroot/ayttm/ayttm/modules/yahoo2
In directory subversions:/tmp/cvs-serv26068/modules/yahoo2

Modified Files:
        yahoo.c 
Log Message:
fetch yab only after getting cookies

Index: yahoo.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/yahoo2/yahoo.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- yahoo.c     18 Mar 2003 09:05:55 -0000      1.46
+++ yahoo.c     20 Mar 2003 09:18:58 -0000      1.47
@@ -742,6 +742,11 @@
        }
 }
 
+static void ext_yahoo_got_cookies(int id)
+{
+       yahoo_get_yab(id);
+}
+
 static void ext_yahoo_got_im(int id, char *who, char *msg, long tm, int stat, 
int utf8)
 {
        if(stat == 2) {
@@ -1573,7 +1578,6 @@
 
        if(succ == YAHOO_LOGIN_OK) {
                ela->connected = 1;
-               yahoo_get_yab(id);
                ylad->status = yahoo_current_status(id);
 
                is_setting_state = 1;
@@ -2663,6 +2667,7 @@
        yc.ext_yahoo_got_buddies = ext_yahoo_got_buddies;
        yc.ext_yahoo_got_ignore = ext_yahoo_got_ignore;
        yc.ext_yahoo_got_identities = ext_yahoo_got_identities;
+       yc.ext_yahoo_got_cookies = ext_yahoo_got_cookies;
        yc.ext_yahoo_status_changed = ext_yahoo_status_changed;
        yc.ext_yahoo_got_im = ext_yahoo_got_im;
        yc.ext_yahoo_got_conf_invite = ext_yahoo_got_conf_invite;





reply via email to

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