[vlc-commits] Qt: enable ONE INSTANCE options of simple preferences on OS/2
KO Myung-Hun
git at videolan.org
Wed Nov 14 16:22:15 CET 2012
vlc | branch: master | KO Myung-Hun <komh78 at gmail.com> | Wed Nov 14 23:18:10 2012 +0900| [dbecf48dd81a54888bc60710bb716c1c13642e1b] | committer: Jean-Baptiste Kempf
Qt: enable ONE INSTANCE options of simple preferences on OS/2
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dbecf48dd81a54888bc60710bb716c1c13642e1b
---
modules/gui/qt4/components/simple_preferences.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the vlc-commits
mailing list