totem r5454 - in trunk: . browser-plugin



Author: hadess
Date: Mon Jun  9 14:16:10 2008
New Revision: 5454
URL: http://svn.gnome.org/viewvc/totem?rev=5454&view=rev

Log:
2008-06-09  Bastien Nocera  <hadess hadess net>

	* browser-plugin/totemPlugin.cpp: Hide the controls by
	default in the VLC plugin (Closes: #526738)



Modified:
   trunk/ChangeLog
   trunk/browser-plugin/totemPlugin.cpp

Modified: trunk/browser-plugin/totemPlugin.cpp
==============================================================================
--- trunk/browser-plugin/totemPlugin.cpp	(original)
+++ trunk/browser-plugin/totemPlugin.cpp	Mon Jun  9 14:16:10 2008
@@ -2039,6 +2039,11 @@
 
 #endif /* TOTEM_NARROWSPACE_PLUGIN || TOTEM_BASIC_PLUGIN */
 
+/* VLC plugin defaults to have its controller hidden */
+#ifdef TOTEM_CONE_PLUGIN
+	mControllerHidden = true;
+#endif
+
 #if defined(TOTEM_COMPLEX_PLUGIN) && defined(HAVE_NSTARRAY_H)
 	value = (const char *) g_hash_table_lookup (args, "console");
 	if (value) {



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