ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/src prefs.c,1.21,1.22


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src prefs.c,1.21,1.22
Date: Tue, 21 Jan 2003 15:13:57 -0500

Update of /cvsroot/ayttm/ayttm/src
In directory subversions:/tmp/cvs-serv1352/src

Modified Files:
        prefs.c 
Log Message:
HTML debug go to hidden prefs (stable & too verbose)


Index: prefs.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/prefs.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- prefs.c     20 Jan 2003 18:10:53 -0000      1.21
+++ prefs.c     21 Jan 2003 20:13:55 -0000      1.22
@@ -389,9 +389,9 @@
 {
     fprintf(fp,"do_login_on_startup=%d\n", do_login_on_startup) ;
     fprintf(fp,"do_ayttm_debug=%d\n", do_ayttm_debug) ;
-    fprintf(fp,"do_ayttm_debug_html=%d\n", do_ayttm_debug) ;
+    fprintf(fp,"do_ayttm_debug_html=%d\n", do_ayttm_debug_html) ;
     fprintf(fp,"do_plugin_debug=%d\n", do_ayttm_debug) ;
-    do_plugin_debug=do_ayttm_debug_html=do_ayttm_debug;
+    do_plugin_debug=do_ayttm_debug;
     eb_debug (DBG_CORE, "length_contact_window=%d\n", 
iGetLocalPref("length_contact_window"));
     fprintf(fp,"length_contact_window=%d\n", 
iGetLocalPref("length_contact_window"));
     fprintf(fp,"width_contact_window=%d\n", 
iGetLocalPref("width_contact_window"));





reply via email to

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