Changeset 731 for trunk/macosx
- Timestamp:
- Aug 6, 2006, 11:42:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/BarButton.m
r721 r731 253 253 - (void) setForActive: (NSNotification *) notification 254 254 { 255 NSWindow * window; 256 if (!(window = [notification object]) || window != [self window]) 255 if ([notification object] != [self window]) 257 256 return; 258 257 … … 268 267 - (void) setForInactive: (NSNotification *) notification 269 268 { 270 NSWindow * window; 271 if (!(window = [notification object]) || window != [self window]) 269 if ([notification object] != [self window]) 272 270 return; 273 271
Note: See TracChangeset
for help on using the changeset viewer.