[totem] Never use the browser for the Cone plugin



commit df292f6c52ed3fcc02d3b09991440f07dbabb10d
Author: Bastien Nocera <hadess hadess net>
Date:   Sat Apr 10 16:43:30 2010 +0100

    Never use the browser for the Cone plugin
    
    the VLC-provided plugin always uses its internal way of accessing files,
    and never uses the browser to load streams.

 browser-plugin/totemPlugin.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/browser-plugin/totemPlugin.cpp b/browser-plugin/totemPlugin.cpp
index 874ff96..e328f33 100644
--- a/browser-plugin/totemPlugin.cpp
+++ b/browser-plugin/totemPlugin.cpp
@@ -1060,9 +1060,9 @@ totemPlugin::RequestStream (bool aForceViewer)
 #endif
 #endif /* TOTEM_NARROWSPACE_PLUGIN */
 
-#ifdef TOTEM_MULLY_PLUGIN
+#if defined (TOTEM_MULLY_PLUGIN) || defined (TOTEM_CONE_PLUGIN)
 	aForceViewer = true;
-#endif /* TOTEM_MULLY_PLUGIN */
+#endif /* TOTEM_MULLY_PLUGIN || TOTEM_CONE_PLUGIN */
 
 	/* Fallback */
 	if (!requestURI)



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