Commit dbecf48d authored by KO Myung-Hun's avatar KO Myung-Hun Committed by Jean-Baptiste Kempf

Qt: enable ONE INSTANCE options of simple preferences on OS/2

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 41052ba5
...@@ -617,7 +617,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent, ...@@ -617,7 +617,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
ui.updatesDays->hide(); ui.updatesDays->hide();
#endif #endif
/* ONE INSTANCE options */ /* ONE INSTANCE options */
#if !defined( WIN32 ) && !defined(__APPLE__) #if !defined( WIN32 ) && !defined(__APPLE__) && !defined(__OS2__)
if( !module_exists( "dbus" ) ) if( !module_exists( "dbus" ) )
ui.OneInterfaceBox->hide(); ui.OneInterfaceBox->hide();
else else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment