rhythmbox r5666 - in trunk: . shell



Author: jmatthew
Date: Thu Apr  3 12:21:09 2008
New Revision: 5666
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=5666&view=rev

Log:
2008-04-03  Jonathan Matthew  <jonathan d14n org>

	* shell/rb-shell-player.c: (open_location_thread):
	Fix build break.


Modified:
   trunk/ChangeLog
   trunk/shell/rb-shell-player.c

Modified: trunk/shell/rb-shell-player.c
==============================================================================
--- trunk/shell/rb-shell-player.c	(original)
+++ trunk/shell/rb-shell-player.c	Thu Apr  3 12:21:09 2008
@@ -1342,7 +1342,7 @@
 			       data->player, NULL, 0);
 
 	totem_pl_parser_add_ignored_mimetype (playlist, "x-directory/normal");
-	totem_pl_parser_add_ignored_mimetype (parser, "inode/directory");
+	totem_pl_parser_add_ignored_mimetype (playlist, "inode/directory");
 
 	playlist_result = totem_pl_parser_parse (playlist, data->location, FALSE);
 	g_object_unref (playlist);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]