GNOME Bugzilla – Bug 337019
songs ordering changed when notes are modified
Last modified: 2006-04-09 02:21:46 UTC
That bug has been described on https://launchpad.net/distros/ubuntu/+source/rhythmbox/+bug/35721 "When I click on the same star (because I want to set the song mark) several times, the line displays sevral music... Strange bug... Up-to-date Dapper... ... > Thanks for your bug. Your bug lacks details to be useful, please try to describe clearly what your issue is exactly. Where do you click? What star are you speaking about? The rating column? The properties dialog on a song? How a line can display several "music"? What line are you talking about? Maybe a screenshot could make the description clearer ... ... In rhythmbox, there is a possibility to mark, to note the quality of the song. It works with five stars, for each songs, which can be displayed optionnally. When I click on a star (to set a mark), the song's line change : the mark of course, but the name of the song too. For example. I want to mark "Nothing at all" of Rob Dougan. Only the album "Furious Angel disc 1" is displayed in the frame. I click on the third stars (there is five stars available : 0 bad, 5 excellent) to set a 3 mark. The line where was "Nothing at all" displaies "One and the same (coda)" now. When I move the cursor over the grouped 3-marked songs, "Nothing at all" appears. Ok ! In fact, Rhythmbox classifies the songs best marks to worst. But the results is badly displayed, I have to move my cursor over the songs, the new order to appears. I complete the previous paragraph... It's rather a refresh problem than a "marks one"..." It does the same on my dapper installation: - make rhythmbox list the rating column - select an artist - changing the rating of one song The songs are reordered according to the rating but sometimes labels are not updated and change on mouseover ...
Video made by the bug submitter: http://librarian.launchpad.net/1922026/desktop-recording.ogg
This, I think (because the description is somewhat unclear) sounds like a dupe of bug #330106. *** This bug has been marked as a duplicate of 330106 ***
This is actually a separate bug, not updating the entry view properly. I've fixed it in cvs, by simply adding a gtk_widget_queue_draw(view) call at the end of rb_entry_view_rows_reordered_cb().