totem-pl-parser r343 - in trunk: . plparse



Author: hadess
Date: Tue Mar 24 12:34:33 2009
New Revision: 343
URL: http://svn.gnome.org/viewvc/totem-pl-parser?rev=343&view=rev

Log:
2009-03-24  Bastien Nocera  <hadess hadess net>

	* plparse/totem-disc.c (cd_cache_new): Fix detection of ISO
	images as potential DVDs or VCDs



Modified:
   trunk/ChangeLog
   trunk/plparse/totem-disc.c

Modified: trunk/plparse/totem-disc.c
==============================================================================
--- trunk/plparse/totem-disc.c	(original)
+++ trunk/plparse/totem-disc.c	Tue Mar 24 12:34:33 2009
@@ -366,6 +366,7 @@
       g_object_unref (mount);
     }
 
+    cache->content_types = g_content_type_guess_for_tree (cache->iso_file);
     cache->mountpoint = g_file_get_path (cache->iso_file);
     cache->mounted = TRUE;
 



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