Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > b8cfa29f1ce7cb5c645a71622818cc8b > files > 1

rhythmbox-0.12.0-7mdv2009.0.src.rpm

diff --git a/plugins/generic-player/rb-nokia770-source.c b/plugins/generic-player/rb-nokia770-source.c
index 8fae9ad..92a4b97 100644
--- a/plugins/generic-player/rb-nokia770-source.c
+++ b/plugins/generic-player/rb-nokia770-source.c
@@ -104,6 +104,8 @@ rb_nokia770_source_new (RBShell *shell, GMount *mount)
 
 	source = RB_NOKIA770_SOURCE (g_object_new (RB_TYPE_NOKIA770_SOURCE,
 						   "entry-type", entry_type,
+						   "ignore-entry-type", RHYTHMDB_ENTRY_TYPE_INVALID,
+						   "error-entry-type", RHYTHMDB_ENTRY_TYPE_INVALID,
 						   "mount", mount,
 						   "shell", shell,
 						   "source-group", RB_SOURCE_GROUP_DEVICES,
diff --git a/plugins/generic-player/rb-psp-source.c b/plugins/generic-player/rb-psp-source.c
index 082c3ce..0265f27 100644
--- a/plugins/generic-player/rb-psp-source.c
+++ b/plugins/generic-player/rb-psp-source.c
@@ -104,6 +104,8 @@ rb_psp_source_new (RBShell *shell, GMount *mount)
 
 	source = RB_PSP_SOURCE (g_object_new (RB_TYPE_PSP_SOURCE,
 					  "entry-type", entry_type,
+					  "ignore-entry-type", RHYTHMDB_ENTRY_TYPE_INVALID,
+					  "error-entry-type", RHYTHMDB_ENTRY_TYPE_INVALID,
 					  "mount", mount,
 					  "shell", shell,
 					  "source-group", RB_SOURCE_GROUP_DEVICES,