This commit is contained in:
2009-01-27 15:50:01 +00:00
parent 9edcad0c66
commit 68998360df
2 changed files with 6 additions and 4 deletions

View File

@@ -272,7 +272,7 @@ namespace Volian.Controls.Library
// right before the docversion. Also note that docversions are not displayed
// (at least for now - as of 2/14/08), this may change and if so uncomment (& fix/test)
// the next section of code where docversions are processed.
FolderInfo fi = FolderInfo.Get(1);
FolderInfo fi = FolderInfo.GetTop();
DropDownNode topnode = null;
int cntnd = 0;
while (fi.ChildFolderCount > 0)