Browse CVS Repository
Diff of /undmail/guiproto/PreferenceToolbarSource.m
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 28 |
[item setTarget:controller]; |
[item setTarget:controller]; |
| 29 |
[item setAction:@selector(selectPreferenceTab:)]; |
[item setAction:@selector(selectPreferenceTab:)]; |
| 30 |
|
|
| 31 |
|
item = [self addToolbarItemWithIdentifier:@"view_tab" |
| 32 |
|
label:@"Label_View" |
| 33 |
|
imageName:@"GNUMail.tiff" |
| 34 |
|
isDefault:YES]; |
| 35 |
|
|
| 36 |
|
[item setTarget:controller]; |
| 37 |
|
[item setAction:@selector(selectPreferenceTab:)]; |
| 38 |
|
|
| 39 |
} |
} |
| 40 |
return self; |
return self; |
| 41 |
} |
} |
|
|
Legend:
| Removed from v.1.1 |
|
| changed lines |
| |
Added in v.1.2 |
|
|
|