totem r5454 - in trunk: . browser-plugin
- From: hadess svn gnome org
- To: svn-commits-list gnome org
- Subject: totem r5454 - in trunk: . browser-plugin
- Date: Mon, 9 Jun 2008 14:16:10 +0000 (UTC)
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]