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.4,1.5


From: Andy Maloney <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/yahoo2 yahoo.c,1.4,1.5
Date: Fri, 10 Jan 2003 18:43:58 -0500

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

Modified Files:
        yahoo.c 
Log Message:
Use pref functions to access prefs


Index: yahoo.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/yahoo2/yahoo.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- yahoo.c     9 Jan 2003 00:50:50 -0000       1.4
+++ yahoo.c     10 Jan 2003 23:43:56 -0000      1.5
@@ -1391,7 +1391,7 @@
        
 
 
-       if(do_send_typing_notify)
+       if( iGetLocalPref("do_send_typing_notify") )
                yahoo_send_typing(ylad->id, ylad->act_id, to->handle, 1);
 
 
@@ -1415,7 +1415,7 @@
        eb_account *ea = find_account_by_handle(who, SERVICE_INFO.protocol_id);
 
        if(ea) {
-               if(stat && do_typing_notify)
+               if(stat && iGetLocalPref("do_typing_notify"))
                        eb_update_status(ea, _("typing..."));
                else
                        eb_update_status(ea, NULL);





reply via email to

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