Changeset 5576 for Tuna/trunk

Show
Ignore:
Timestamp:
06/04/08 15:40:05 (3 months ago)
Author:
morris
Message:

Don't open untitled window at start

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Tuna/trunk/TNMainController.m

    r5220 r5576  
    138138#pragma mark - 
    139139 
     140- (BOOL)applicationShouldOpenUntitledFile:(NSApplication *)application { 
     141        return NO; 
     142} 
     143 
     144 
     145 
    140146- (BOOL)applicationOpenUntitledFile:(NSApplication *)application { 
    141147        TNProfilerController    *controller;