Changeset 721

Show
Ignore:
Timestamp:
11/24/10 11:35:49 (18 months ago)
Author:
mgalloy
Message:

Fix for bug where private/hidden items show up on categories page.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/doc_system__define.pro

    r670 r721  
    996996pro doc_system::createCategoryEntry, name, item 
    997997  compile_opt strictarr, hidden 
     998   
     999  if (~item->isVisible()) then return 
    9981000   
    9991001  lname = strlowcase(name)