Changeset 471 for branches/0.6
- Timestamp:
- Jun 25, 2006, 7:35:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.6/macosx/Controller.m
r430 r471 235 235 - (BOOL) applicationShouldHandleReopen: (NSApplication *) app hasVisibleWindows: (BOOL) visibleWindows 236 236 { 237 if (! visibleWindows)237 if (![fWindow isVisible] && ![[fPrefsController window] isVisible]) 238 238 [fWindow makeKeyAndOrderFront: nil]; 239 239 return NO;
Note: See TracChangeset
for help on using the changeset viewer.