ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/workwizu workwizu.c,1.5,1.6


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

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

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


Index: workwizu.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/workwizu/workwizu.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- workwizu.c  9 Jan 2003 13:39:26 -0000       1.5
+++ workwizu.c  10 Jan 2003 23:43:56 -0000      1.6
@@ -295,7 +295,7 @@
        user->has_speak = !strcmp(tokens[1],"true");
        printf("%s has %s speak\n",sfrom, user->has_speak?"":"not");
        buddy_update_status(ea);
-       if (user->is_typing && do_typing_notify)
+       if (user->is_typing && iGetLocalPref("do_typing_notify"))
                eb_update_status(ea, _("typing..."));
        g_free(sfrom);
                





reply via email to

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