[Bug 145217] Radio station searches limit the genre on restart

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Thu Aug 4 12:24:59 UTC 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=145217
 rhythmbox | iradio | Ver: HEAD





------- Additional Comments From Jonathan Matthew  2005-08-04 12:24 -------
Created an attachment (id=50225)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=50225&action=view)
fix

This was caused by the iradio source running its setup query before the
database load was complete (so it didn't return any results), then attaching
the genre property model to the query used to perform the search, so that when
the iradio entries were eventually loaded, the property model only saw those
entries that matched the search.  The crashes seen were caused by bug 149799.

This patch introduces a cached 'all' query for the iradio source, and uses only
that query to update the genre property model.

------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the Pkg-gnome-maintainers mailing list