Develop and Download Open Source Software

Browse CVS Repository

Diff of /undmail/guiproto/AddressBookController.m

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2 by footashida, Wed Jan 29 18:30:41 2003 UTC revision 1.3 by footashida, Fri Jan 31 17:49:12 2003 UTC
# Line 12  Line 12 
12      [currentGroup release];      [currentGroup release];
13      [super dealloc];      [super dealloc];
14  }  }
15    -(NSView *)addressBookView{
16        return addressBookView;
17    }
18  - (void)windowDidLoad  - (void)windowDidLoad
19  {  {
20        [[self window] setContentView:addressBookView];
21      [self updateGroup];      [self updateGroup];
22  }/* windowDidLoad */  }/* windowDidLoad */
23    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26