rhythmbox r6250 - in trunk: . plugins/generic-player
- From: jmatthew svn gnome org
- To: svn-commits-list gnome org
- Subject: rhythmbox r6250 - in trunk: . plugins/generic-player
- Date: Wed, 25 Mar 2009 22:07:48 +0000 (UTC)
Author: jmatthew
Date: Wed Mar 25 22:07:47 2009
New Revision: 6250
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=6250&view=rev
Log:
2009-03-26 Jonathan Matthew <jonathan d14n org>
* plugins/generic-player/rb-nokia770-source.c:
(rb_nokia770_source_new):
* plugins/generic-player/rb-psp-source.c: (rb_psp_source_new):
Set the ignore and error entry types for these to 'invalid' rather
than leaving them NULL. Fixes #510236.
Modified:
trunk/ChangeLog
trunk/plugins/generic-player/rb-nokia770-source.c
trunk/plugins/generic-player/rb-psp-source.c
Modified: trunk/plugins/generic-player/rb-nokia770-source.c
==============================================================================
--- trunk/plugins/generic-player/rb-nokia770-source.c (original)
+++ trunk/plugins/generic-player/rb-nokia770-source.c Wed Mar 25 22:07:47 2009
@@ -104,6 +104,8 @@
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,
Modified: trunk/plugins/generic-player/rb-psp-source.c
==============================================================================
--- trunk/plugins/generic-player/rb-psp-source.c (original)
+++ trunk/plugins/generic-player/rb-psp-source.c Wed Mar 25 22:07:47 2009
@@ -104,6 +104,8 @@
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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]