[totem/gnome-2-28] Never use the browser for the NarrowSpace plugin



commit 058ce0c5076a2f496593901692be7dd0ab6dda72
Author: Bastien Nocera <hadess hadess net>
Date:   Sat Apr 10 16:45:59 2010 +0100

    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.

 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 c134887..5186ba1 100644
--- a/browser-plugin/totemPlugin.cpp
+++ b/browser-plugin/totemPlugin.cpp
@@ -1012,6 +1012,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)



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