ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm ChangeLog,1.270,1.271 configure.in,1.266,1.26


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm ChangeLog,1.270,1.271 configure.in,1.266,1.267
Date: Wed, 05 Feb 2003 01:39:48 -0500

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

Modified Files:
        ChangeLog configure.in 
Log Message:
plugin prefs fix

Index: ChangeLog
===================================================================
RCS file: /cvsroot/ayttm/ayttm/ChangeLog,v
retrieving revision 1.270
retrieving revision 1.271
diff -u -r1.270 -r1.271
--- ChangeLog   3 Feb 2003 13:26:22 -0000       1.270
+++ ChangeLog   5 Feb 2003 06:39:42 -0000       1.271
@@ -1,3 +1,9 @@
+* Wed Feb 5 2003 06:34 GMT [philip]    0.2.1-117
+- src/prefs_window.c
+fixed plugin prefs not loading
+PLUGIN_PREF was == 0 ==> if(pref_type != 0) never entered
+enable debugging as soon as possible (as soon as the pref is read from file)
+
 * Mon Feb 3 2003 11:10 GMT [andy]      0.2.1-116
 - modules/msn2/libmsn2/msn_core.C
 Check for null pointer

Index: configure.in
===================================================================
RCS file: /cvsroot/ayttm/ayttm/configure.in,v
retrieving revision 1.266
retrieving revision 1.267
diff -u -r1.266 -r1.267
--- configure.in        3 Feb 2003 13:26:22 -0000       1.266
+++ configure.in        5 Feb 2003 06:39:42 -0000       1.267
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 AC_INIT([src/main.c])
 AM_INIT_AUTOMAKE(ayttm, 0.2.1)
-RELEASE=116
+RELEASE=117
 AM_CONFIG_HEADER(config.h)
 
 dnl AC_DEFINE(UNIX)





reply via email to

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