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.45,1.46


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/yahoo2 yahoo.c,1.45,1.46
Date: Tue, 18 Mar 2003 04:06:18 -0500

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

Modified Files:
        yahoo.c 
Log Message:
be sure to print an error


Index: yahoo.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/yahoo2/yahoo.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- yahoo.c     17 Mar 2003 18:23:54 -0000      1.45
+++ yahoo.c     18 Mar 2003 09:05:55 -0000      1.46
@@ -1593,8 +1593,10 @@
 
        } else if(succ == YAHOO_LOGIN_DUPL) {
                snprintf(buff, sizeof(buff), _("You have been logged out of the 
yahoo service, possibly due to a duplicate login."));
-       }
-
+       } else {                
+               snprintf(buff, sizeof(buff), _("Could not log into Yahoo 
service due to unknown state: %d\n"), succ);
+       }       
+       
        ela->connected = 0;
        ylad->status = YAHOO_STATUS_OFFLINE;
        do_error_dialog(buff, _("Yahoo Login Error"));





reply via email to

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