[vlc-commits] Qt: don't offer the lua CLI in the preferences on	windows
    Pierre Ynard 
    git at videolan.org
       
    Thu Feb  9 21:56:55 CET 2012
    
    
  
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Thu Feb  9 21:54:43 2012 +0100| [4a44907ad72b67a777d2f98fde44d2a53603f66e] | committer: Pierre Ynard
Qt: don't offer the lua CLI in the preferences on windows
It is broken
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4a44907ad72b67a777d2f98fde44d2a53603f66e
---
 modules/gui/qt4/components/preferences_widgets.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/components/preferences_widgets.cpp b/modules/gui/qt4/components/preferences_widgets.cpp
index 0159e30..d2a771e 100644
--- a/modules/gui/qt4/components/preferences_widgets.cpp
+++ b/modules/gui/qt4/components/preferences_widgets.cpp
@@ -783,7 +783,9 @@ void ModuleListConfigControl::finish( bool bycat )
                 {
                     checkbox_lists( "Web", "Lua HTTP", "http" );
                     checkbox_lists( "Telnet", "Lua Telnet", "telnet" );
+#ifndef WIN32
                     checkbox_lists( "Console", "Lua CLI", "cli" );
+#endif
                 }
             }
             module_config_free (p_config);
    
    
More information about the vlc-commits
mailing list