From: Christophe Mutricy Date: Fri, 1 Jul 2005 13:43:58 +0000 (+0000) Subject: Oups, forgot this one with [11093] (deprecated option handling) X-Git-Tag: 0.8.4~1350 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=ddb6cfd52321a97a76e4240741978e59ddece24f;p=vlc Oups, forgot this one with [11093] (deprecated option handling) --- diff --git a/modules/gui/wince/preferences_widgets.cpp b/modules/gui/wince/preferences_widgets.cpp index b79d98d856..3926d70e02 100644 --- a/modules/gui/wince/preferences_widgets.cpp +++ b/modules/gui/wince/preferences_widgets.cpp @@ -50,6 +50,10 @@ ConfigControl *CreateConfigControl( vlc_object_t *p_this, { ConfigControl *p_control = NULL; + if( p_item->psz_current ) + { + return NULL; + } switch( p_item->i_type ) { case CONFIG_ITEM_MODULE: