Changeset 66e409c for commands.c
- Timestamp:
- Apr 2, 2010, 10:40:39 PM (15 years ago)
- Branches:
- master, release-1.10, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 8a5b5a1
- Parents:
- 0fe69d2
- git-author:
- Geoffrey Thomas <geofft@mit.edu> (12/27/08 09:32:18)
- git-committer:
- Nelson Elhage <nelhage@mit.edu> (04/02/10 22:40:39)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
commands.c
r9186c75 r66e409c 2255 2255 return NULL; 2256 2256 } 2257 filtname = owl_function_classinstfilt(argv[1], NULL );2257 filtname = owl_function_classinstfilt(argv[1], NULL, owl_global_is_narrow_related(&g)); 2258 2258 owl_function_change_currentview_filter(filtname); 2259 2259 owl_free(filtname); … … 2367 2367 } 2368 2368 2369 filtname=owl_function_classinstfilt(argv[1], NULL );2369 filtname=owl_function_classinstfilt(argv[1], NULL, owl_global_is_narrow_related(&g)); 2370 2370 (void) owl_function_color_filter(filtname, argv[2], (argc == 4 ? argv[3] : NULL)); 2371 2371 return NULL;
Note: See TracChangeset
for help on using the changeset viewer.