[totem/gnome-2-28] Never use the browser for the Cone plugin
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/gnome-2-28] Never use the browser for the Cone plugin
- Date: Mon, 12 Apr 2010 16:18:39 +0000 (UTC)
commit 2455c9cfa16f89d9d2bf43fd5cfdf815ccf38b6f
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 bbc4393..c134887 100644
--- a/browser-plugin/totemPlugin.cpp
+++ b/browser-plugin/totemPlugin.cpp
@@ -1014,9 +1014,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]