Author: jmatthew
Date: Thu Feb 14 14:11:22 2008
New Revision: 5579
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=5579&view=rev
Log:
2008-02-15 Jonathan Matthew <[EMAIL PROTECTED]>
* plugins/ipod/rb-ipod-source.c: (rb_ipod_song_artwork_add_cb):
Fix subtly broken DB query so it has a chance of working now.
Modified:
trunk/ChangeLog
trunk/plugins/ipod/rb-ipod-source.c
Modified: trunk/plugins/ipod/rb-ipod-source.c
==============================================================================
--- trunk/plugins/ipod/rb-ipod-source.c (original)
+++ trunk/plugins/ipod/rb-ipod-source.c Thu Feb 14 14:11:22 2008
@@ -1233,7 +1233,7 @@
rhythmdb_do_full_query (db, RHYTHMDB_QUERY_RESULTS (query_model),
RHYTHMDB_QUERY_PROP_EQUALS,
- RHYTHMDB_PROP_ENTRY_ID, entry_type,
+ RHYTHMDB_PROP_TYPE, entry_type,
RHYTHMDB_QUERY_PROP_EQUALS,
RHYTHMDB_PROP_ARTIST, song->artist,
RHYTHMDB_QUERY_PROP_EQUALS,
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.