Browse CVS Repository
Diff of /undmail/guiproto/MainController.m
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 9 |
#import "MailBoxTableDataSource.h" |
#import "MailBoxTableDataSource.h" |
| 10 |
#import "DUMMail.h" |
#import "DUMMail.h" |
| 11 |
#import "DUMMailBox.h" |
#import "DUMMailBox.h" |
| 12 |
|
#import "AddressBookController.h" |
| 13 |
@implementation MainController |
@implementation MainController |
| 14 |
-(void)setupToolbar{ |
-(void)setupToolbar{ |
| 15 |
NSToolbar *toolbar; |
NSToolbar *toolbar; |
| 104 |
withString:[mail content]]; |
withString:[mail content]]; |
| 105 |
return YES; |
return YES; |
| 106 |
} |
} |
| 107 |
|
-(IBAction)showAddressBook{ |
| 108 |
|
NSLog(@"show addressbook"); |
| 109 |
|
if(addressbookController == nil){ |
| 110 |
|
addressbookController |
| 111 |
|
= [[AddressBookController alloc] init]; |
| 112 |
|
} |
| 113 |
|
[addressbookController showWindow:self]; |
| 114 |
|
} |
| 115 |
@end |
@end |
|
|
Legend:
| Removed from v.1.13 |
|
| changed lines |
| |
Added in v.1.14 |
|
|
|