summaryrefslogtreecommitdiff
path: root/browser-plugin
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2010-04-10 16:45:59 +0100
committerBastien Nocera <hadess@hadess.net>2010-04-10 16:45:59 +0100
commitce11ce47ead3b058f6c405d9916019ecc5c63b1d (patch)
tree585f6d64ca2649e79d7549c2475d783967776e18 /browser-plugin
parentdf292f6c52ed3fcc02d3b09991440f07dbabb10d (diff)
Never use the browser for the NarrowSpace plugin
By default, the QuickTime plugin *might* use the browser to load movies, usually respecting the QTSRCDONTUSEBROWSER parameter. But then again, QTSRCDONTUSEBROWSER is only for QtSrc, not SRC itself.
Diffstat (limited to 'browser-plugin')
-rw-r--r--browser-plugin/totemPlugin.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/browser-plugin/totemPlugin.cpp b/browser-plugin/totemPlugin.cpp
index e328f33d..a30ffcc8 100644
--- a/browser-plugin/totemPlugin.cpp
+++ b/browser-plugin/totemPlugin.cpp
@@ -1058,6 +1058,9 @@ totemPlugin::RequestStream (bool aForceViewer)
requestURL = href;
}
#endif
+
+ /* We should be following QTSRCDONTUSEBROWSER instead */
+ aForceViewer = true;
#endif /* TOTEM_NARROWSPACE_PLUGIN */
#if defined (TOTEM_MULLY_PLUGIN) || defined (TOTEM_CONE_PLUGIN)