Changeset 15571 for titan/titan/channellist.h
- Timestamp:
- 05/08/12 23:48:51 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/channellist.h
r15567 r15571 34 34 while(node != NULL) 35 35 { 36 if(node->deaktivcol > -1 )36 if(node->deaktivcol > -1 || node->hidden == YES) 37 37 { 38 38 node = node->next;
Note: See TracChangeset
for help on using the changeset viewer.