[vlc-devel] commit: The playlist is not dockable at the moment (Christophe Mutricy )

git version control git at videolan.org
Wed Jul 23 23:47:40 CEST 2008


vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Wed Jul 23 22:24:13 2008 +0100| [67398e1a639bc5b4c2769b19048ba5390a42c831]

The playlist is not dockable at the moment

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=67398e1a639bc5b4c2769b19048ba5390a42c831
---

 modules/gui/qt4/menus.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt4/menus.cpp b/modules/gui/qt4/menus.cpp
index 5962c19..e77f47b 100644
--- a/modules/gui/qt4/menus.cpp
+++ b/modules/gui/qt4/menus.cpp
@@ -327,9 +327,9 @@ QMenu *QVLCMenu::PlaylistMenu( intf_thread_t *p_intf, MainInterface *mi )
         "Ctrl+X" );
     addDPStaticEntry( menu, qtr( I_PL_SAVE ), "", "", SLOT( saveAPlaylist() ),
         "Ctrl+Y" );
-    menu->addSeparator();
+    /*menu->addSeparator();
     menu->addAction( qtr( "Undock from Interface" ), mi,
-                     SLOT( undockPlaylist() ), qtr( "Ctrl+U" ) );
+                     SLOT( undockPlaylist() ), qtr( "Ctrl+U" ) );*/
     return menu;
 }
 




More information about the vlc-devel mailing list