[rhythmbox] rhythmdb: move new properties to the end so values don't change



commit 3b7ef7b8eabc6960e5d782b6e57d9d9b6be8c20a
Author: Jonathan Matthew <jonathan d14n org>
Date:   Mon Jun 14 13:15:36 2010 +1000

    rhythmdb: move new properties to the end so values don't change

 rhythmdb/rhythmdb.h |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rhythmdb/rhythmdb.h b/rhythmdb/rhythmdb.h
index 0dcb309..b3eb7ee 100644
--- a/rhythmdb/rhythmdb.h
+++ b/rhythmdb/rhythmdb.h
@@ -156,7 +156,6 @@ typedef enum
 	RHYTHMDB_PROP_GENRE,
 	RHYTHMDB_PROP_ARTIST,
 	RHYTHMDB_PROP_ALBUM,
-	RHYTHMDB_PROP_COMMENT,
 	RHYTHMDB_PROP_TRACK_NUMBER,
 	RHYTHMDB_PROP_DISC_NUMBER,
 	RHYTHMDB_PROP_DURATION,
@@ -189,7 +188,6 @@ typedef enum
 	RHYTHMDB_PROP_PLAYBACK_ERROR,
 	RHYTHMDB_PROP_FIRST_SEEN_STR,
 	RHYTHMDB_PROP_LAST_SEEN_STR,
-	RHYTHMDB_PROP_BPM,
 
 	/* synthetic properties */
 	RHYTHMDB_PROP_SEARCH_MATCH,
@@ -217,6 +215,9 @@ typedef enum
 	RHYTHMDB_PROP_ARTIST_SORTNAME_FOLDED,
 	RHYTHMDB_PROP_ALBUM_SORTNAME_SORT_KEY,
 	RHYTHMDB_PROP_ALBUM_SORTNAME_FOLDED,
+
+	RHYTHMDB_PROP_COMMENT,
+
 	RHYTHMDB_PROP_ALBUM_ARTIST,
 	RHYTHMDB_PROP_ALBUM_ARTIST_SORT_KEY,
 	RHYTHMDB_PROP_ALBUM_ARTIST_FOLDED,
@@ -224,6 +225,8 @@ typedef enum
 	RHYTHMDB_PROP_ALBUM_ARTIST_SORTNAME_SORT_KEY,
 	RHYTHMDB_PROP_ALBUM_ARTIST_SORTNAME_FOLDED,
 
+	RHYTHMDB_PROP_BPM,
+
 	RHYTHMDB_NUM_PROPERTIES
 } RhythmDBPropType;
 



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