]> git.sesse.net Git - vlc/commitdiff
Oups, forgot this one with [11093] (deprecated option handling)
authorChristophe Mutricy <xtophe@videolan.org>
Fri, 1 Jul 2005 13:43:58 +0000 (13:43 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Fri, 1 Jul 2005 13:43:58 +0000 (13:43 +0000)
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: