Ignore:
Timestamp:
05/17/06 04:58:34 (18 years ago)
Author:
rchin
Message:

Object For Target... button now works as it should.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/F-Script Anywhere/Source/FSAController.m

    r223 r224  
    205205- (IBAction)FSA_associateAndOpenBrowser:(id)sender
    206206{
     207    if (viewAssociationController == nil) {
     208        viewAssociationController = [[FSAViewAssociationController alloc] initWithFSAController: self];
     209    }
     210    [viewAssociationController captureOneView];
    207211}
    208212
Note: See TracChangeset for help on using the changeset viewer.