[rhythmbox] podcast: set initial rating to 0, not 2.5 (bug #607672)



commit cd4f5afe0282015cb2e6f9f103091dc90ae761d8
Author: Jonathan Matthew <jonathan d14n org>
Date:   Sat Jan 23 09:47:19 2010 +1000

    podcast: set initial rating to 0, not 2.5 (bug #607672)

 podcast/rb-podcast-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/podcast/rb-podcast-manager.c b/podcast/rb-podcast-manager.c
index 43de2f3..82019da 100644
--- a/podcast/rb-podcast-manager.c
+++ b/podcast/rb-podcast-manager.c
@@ -1171,7 +1171,7 @@ rb_podcast_manager_add_post (RhythmDB *db,
 
 	/* initialize the rating */
 	g_value_init (&val, G_TYPE_DOUBLE);
-	g_value_set_double (&val, 2.5);
+	g_value_set_double (&val, 0.0);
 	rhythmdb_entry_set (db, entry, RHYTHMDB_PROP_RATING, &val);
 	g_value_unset (&val);
 



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