From 7e19960787f7824f12cdeb1392b99cb1f9b855ed Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 9 Jun 2008 14:16:10 +0000 Subject: Hide the controls by default in the VLC plugin (Closes: #526738) 2008-06-09 Bastien Nocera * browser-plugin/totemPlugin.cpp: Hide the controls by default in the VLC plugin (Closes: #526738) svn path=/trunk/; revision=5454 --- ChangeLog | 5 +++++ browser-plugin/totemPlugin.cpp | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index e25a51253..26dd048cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-06-09 Bastien Nocera + + * browser-plugin/totemPlugin.cpp: Hide the controls by + default in the VLC plugin (Closes: #526738) + 2008-06-09 Bastien Nocera * browser-plugin/Makefile.am: diff --git a/browser-plugin/totemPlugin.cpp b/browser-plugin/totemPlugin.cpp index ddd20e270..510fddc5b 100644 --- a/browser-plugin/totemPlugin.cpp +++ b/browser-plugin/totemPlugin.cpp @@ -2039,6 +2039,11 @@ totemPlugin::Init (NPMIMEType mimetype, #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) { -- cgit v1.2.1