]> git.sesse.net Git - vlc/blobdiff - modules/gui/wince/preferences_widgets.cpp
Oups, forgot this one with [11093] (deprecated option handling)
[vlc] / modules / gui / wince / preferences_widgets.cpp
index b79d98d856ea55ca1ea5bac98fc026d160403b6d..3926d70e026e14721c88703213ceb6032ecb0df3 100644 (file)
@@ -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: