[rhythmbox] playlist: set custom_title flag to TRUE when saving playlists (bug #607265)



commit 948c82798ff2395b4aac0ff54b040ab028bfe528
Author: Jonathan Matthew <jonathan d14n org>
Date:   Thu Jan 28 23:42:38 2010 +1000

    playlist: set custom_title flag to TRUE when saving playlists (bug #607265)

 sources/rb-playlist-source.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sources/rb-playlist-source.c b/sources/rb-playlist-source.c
index a1349d0..c3ac820 100644
--- a/sources/rb-playlist-source.c
+++ b/sources/rb-playlist-source.c
@@ -632,7 +632,7 @@ playlist_iter_func (GtkTreeModel *model,
 		*title = rhythmdb_entry_dup_string (entry, RHYTHMDB_PROP_TITLE);
 	}
 	if (custom_title != NULL) {
-		*custom_title = FALSE;
+		*custom_title = TRUE;
 	}
 
 	if (entry != NULL) {



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