changeset 1229:e4b17654a83b trunk

[svn] - Add TitleInput.length member.
author nenolod
date Wed, 14 Jun 2006 18:46:43 -0700
parents db4ce8342aaa
children a5d5f404b933
files ChangeLog libaudacious/titlestring.h
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jun 14 17:57:58 2006 -0700
+++ b/ChangeLog	Wed Jun 14 18:46:43 2006 -0700
@@ -1,3 +1,12 @@
+2006-06-15 00:57:58 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [1370]
+  - oops
+  
+
+  Changes:        Modified:
+  +1 -1           trunk/Plugins/Input/console/Nsf_Emu.cpp  
+
+
 2006-06-15 00:40:07 +0000  William Pitcock <nenolod@nenolod.net>
   revision [1368]
   - remove debugging printfs
--- a/libaudacious/titlestring.h	Wed Jun 14 17:57:58 2006 -0700
+++ b/libaudacious/titlestring.h	Wed Jun 14 18:46:43 2006 -0700
@@ -46,6 +46,7 @@
     gchar *file_name;           /* %f */
     const gchar *file_ext;      /* %e *//* is not always strdup'ed, see xmms_input_get_song_info and plugins! */
     gchar *file_path;           /* %F */
+    gint length;		/* not displayable */
 } TitleInput;
 
 typedef TitleInput BmpTitleInput;