changeset 3497:6f34cc4217b9 trunk

Added "date" field to basic fields.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 05 Sep 2007 10:09:11 +0300
parents 1590c8f4ffa9
children 9fcb90613e4f
files src/audacious/tuple.c src/audacious/tuple.h
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/tuple.c	Wed Sep 05 07:11:52 2007 +0300
+++ b/src/audacious/tuple.c	Wed Sep 05 10:09:11 2007 +0300
@@ -47,6 +47,7 @@
     "formatter",
     "performer",
     "copyright",
+    "date",
 };
 
 
--- a/src/audacious/tuple.h	Wed Sep 05 07:11:52 2007 +0300
+++ b/src/audacious/tuple.h	Wed Sep 05 10:09:11 2007 +0300
@@ -48,6 +48,7 @@
     FIELD_FORMATTER,
     FIELD_PERFORMER,
     FIELD_COPYRIGHT,
+    FIELD_DATE,
 
     /* special field, must always be last */
     FIELD_LAST