]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/prefs.m
Add a change_internal modifier to options. Please check OS X implementation
[vlc] / modules / gui / macosx / prefs.m
index 02dff1a1aa41065e78b47df23890185ae8218d77..f30fa174120fd0d3cddc00a90ae4cbf4ef34cebf 100644 (file)
@@ -639,6 +639,10 @@ static VLCTreeItem *o_root_item = nil;
                 default:
                 {
                     VLCConfigControl *o_control = nil;
+                   if( p_item->b_internal == VLC_TRUE )
+                   {
+                       break;
+                   }
                     o_control = [VLCConfigControl newControl:p_item
                                                   withView:o_view];
                     if( o_control != nil )