X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fmonodoc%2FMonodoc%2Fproviders%2Fman-provider.cs;h=6e68626551bfbcea7c3e252da1d84b3331ddf317;hb=b86af4848657c5fa6041d0eefa47ac004dc54442;hp=573ebe460a8b50430a831f7cd74dcdc4416d6592;hpb=6b4c3f0d7247795b4e52e158df688895ff64884e;p=mono.git diff --git a/mcs/class/monodoc/Monodoc/providers/man-provider.cs b/mcs/class/monodoc/Monodoc/providers/man-provider.cs index 573ebe460a8..6e68626551b 100755 --- a/mcs/class/monodoc/Monodoc/providers/man-provider.cs +++ b/mcs/class/monodoc/Monodoc/providers/man-provider.cs @@ -71,7 +71,7 @@ namespace Monodoc.Providers public ManHelpSource (string base_file, bool create) : base (base_file, create) { - nodesMap = Tree.RootNode.Nodes.ToDictionary (n => n.Element); + nodesMap = Tree.RootNode.ChildNodes.ToDictionary (n => n.Element); } // Since man always has a flat tree and rather small amount of item