Show
Ignore:
Timestamp:
06/30/08 11:31:13 (6 months ago)
Author:
mgorbach
Message:

Fix a nasty bug. Beta 6 for this fix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Settings/MFSettingsController.m

    r70 r72  
    431431 
    432432 
    433  
    434  
    435  
    436433# pragma mark Notification 
    437434- (void)filesystemDidChangeStatus:(MFClientFS*)fs 
     
    517514        } 
    518515         
     516        [menu setAutoenablesItems: NO]; 
    519517        return menu; 
    520518} 
     
    525523        NSArray* selectedFilesystems = [self selectedFilesystems]; 
    526524        if ( [selectedFilesystems count] == 0 ) 
     525        { 
    527526                return NO; 
     527        } 
    528528        else 
    529529        { 
     
    640640 
    641641#pragma mark Sparkle 
     642 
     643- (BOOL)shouldPromptForPermissionToCheckForUpdates 
     644{ 
     645        return NO; 
     646} 
     647 
     648- (BOOL)shouldPromptForPermissionToCheckForUpdatesToHostBundle:(NSBundle *)bundle 
     649{ 
     650        return NO; 
     651} 
     652 
    642653- (void)updaterWillRelaunchApplication 
    643654{ 
    644         MFLogS(@"Sparkle updating in progress"); 
     655        MFLogS(self, @"Sparkle updating in progress"); 
    645656        mfcKaboomMacfusion(); 
    646657}