changeset 2531:28814e6846e5 trunk

[svn] - remove debugging notice
author nenolod
date Thu, 15 Feb 2007 19:31:14 -0800
parents 7c6ce705adda
children 9e135bfe457d
files ChangeLog src/audacious/build_stamp.c src/libid3tag/field.c
diffstat 3 files changed, 11 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Feb 15 17:26:58 2007 -0800
+++ b/ChangeLog	Thu Feb 15 19:31:14 2007 -0800
@@ -1,3 +1,13 @@
+2007-02-16 01:26:58 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
+  revision [4070]
+  - manually save player positions.
+  
+  trunk/src/audacious/main.c              |   22 ++++++++++++++++++++++
+  trunk/src/audacious/ui_playlist.c       |   13 -------------
+  trunk/src/audacious/ui_skinned_window.c |    4 ++++
+  3 files changed, 26 insertions(+), 13 deletions(-)
+
+
 2007-02-15 23:17:36 +0000  Michael Farber <01mf02@gmail.com>
   revision [4068]
   - made new INI file parser
--- a/src/audacious/build_stamp.c	Thu Feb 15 17:26:58 2007 -0800
+++ b/src/audacious/build_stamp.c	Thu Feb 15 19:31:14 2007 -0800
@@ -1,2 +1,2 @@
 #include <glib.h>
-const gchar *svn_stamp = "20070215-4068";
+const gchar *svn_stamp = "20070216-4070";
--- a/src/libid3tag/field.c	Thu Feb 15 17:26:58 2007 -0800
+++ b/src/libid3tag/field.c	Thu Feb 15 19:31:14 2007 -0800
@@ -450,9 +450,7 @@
 {
   assert(field);
 
-  printf("field type=%d ", field->type);
   if (field->type != ID3_FIELD_TYPE_TEXTENCODING) {
-	  printf("not textencoding\n");
     return -1;
   }