diff options
author | Bastien Nocera <hadess@hadess.net> | 2010-04-10 16:45:59 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2010-04-10 16:45:59 +0100 |
commit | ce11ce47ead3b058f6c405d9916019ecc5c63b1d (patch) | |
tree | 585f6d64ca2649e79d7549c2475d783967776e18 /browser-plugin | |
parent | df292f6c52ed3fcc02d3b09991440f07dbabb10d (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.cpp | 3 |
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) |