[vlc-commits] Toolbar is now shown by default

Cheng Sun git at videolan.org
Wed Dec 28 19:39:27 CET 2011


npapi-vlc | branch: master | Cheng Sun <chengsun9 at gmail.com> | Wed Dec 28 18:31:46 2011 +0000| [64f5abae0db3cb3fb5f14ae2b2b6607efa046f34] | committer: Jean-Baptiste Kempf

Toolbar is now shown by default

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=64f5abae0db3cb3fb5f14ae2b2b6607efa046f34
---

 npapi/vlcplugin_base.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/npapi/vlcplugin_base.cpp b/npapi/vlcplugin_base.cpp
index 1841726..b248f2f 100644
--- a/npapi/vlcplugin_base.cpp
+++ b/npapi/vlcplugin_base.cpp
@@ -351,7 +351,7 @@ VlcPluginBase::VlcPluginBase( NPP instance, NPuint16_t mode ) :
     i_npmode(mode),
     b_stream(0),
     b_autoplay(1),
-    b_toolbar(0),
+    b_toolbar(1),
     psz_text(NULL),
     psz_target(NULL),
     playlist_index(-1),



More information about the vlc-commits mailing list