[vlc-devel] [PATCH] Qt: enable ONE INSTANCE options of simple preferences on OS/2
KO Myung-Hun
komh78 at gmail.com
Wed Nov 14 15:18:10 CET 2012
---
modules/gui/qt4/components/simple_preferences.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp
index 9e2ff61..962d86d 100644
--- a/modules/gui/qt4/components/simple_preferences.cpp
+++ b/modules/gui/qt4/components/simple_preferences.cpp
@@ -617,7 +617,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
ui.updatesDays->hide();
#endif
/* ONE INSTANCE options */
-#if !defined( WIN32 ) && !defined(__APPLE__)
+#if !defined( WIN32 ) && !defined(__APPLE__) && !defined(__OS2__)
if( !module_exists( "dbus" ) )
ui.OneInterfaceBox->hide();
else
--
1.7.3.2
More information about the vlc-devel
mailing list