vlc | branch: master | KO Myung-Hun <[email protected]> | 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 <[email protected]> > 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 _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
