Changeset 7309
- Timestamp:
- Dec 7, 2008, 7:44:47 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/FileOutlineController.m
r7308 r7309 105 105 text = nil; 106 106 107 if ( text == fFilterText || [text isEqualToString: fFilterText])107 if ((!text && !fFilterText) || (text && fFilterText && [text isEqualToString: fFilterText])) 108 108 return; 109 109
Note: See TracChangeset
for help on using the changeset viewer.