[vlc-devel] commit: Qt4: don' t show unsaveable playlist-enqueue option in the simple prefs ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Jan 17 20:25:30 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Jan 17 21:24:48 2010 +0200| [f2564c1124551c1e05098c9c756e17c0a83846b6] | committer: Rémi Denis-Courmont 

Qt4: don't show unsaveable playlist-enqueue option in the simple prefs

This is silly. This option cannot be set from the configuration, so it
does not beling in the preferences.

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

 modules/gui/qt4/components/simple_preferences.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp
index e8542da..2d493fa 100644
--- a/modules/gui/qt4/components/simple_preferences.cpp
+++ b/modules/gui/qt4/components/simple_preferences.cpp
@@ -575,8 +575,10 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
             /* ONE INSTANCE options */
 #if defined( WIN32 ) || defined( HAVE_DBUS ) || defined(__APPLE__)
             CONFIG_GENERIC( "one-instance", Bool, NULL, OneInterfaceMode );
+#if 0
             CONFIG_GENERIC( "playlist-enqueue", Bool, NULL,
                     EnqueueOneInterfaceMode );
+#endif
             ui.EnqueueOneInterfaceMode->setEnabled( ui.OneInterfaceMode->isChecked() );
             CONNECT( ui.OneInterfaceMode, toggled( bool ),
                      ui.EnqueueOneInterfaceMode, setEnabled( bool ) );




More information about the vlc-devel mailing list