diff options
| author | Justin Anderson <jander@mit.edu> | 2008-10-02 17:34:17 +0000 |
|---|---|---|
| committer | Justin Anderson <jander@mit.edu> | 2008-10-02 17:34:17 +0000 |
| commit | 347cfa63fa8d3097d540fa84146e020e06c9a91c (patch) | |
| tree | 8e87a8f64d6a0bbc8f6158695914fb7262a1fd23 /src/kim/agent/mac/SelectIdentityController.h | |
| parent | b8b7bd63231094a3583847853bf60cb002781161 (diff) | |
| download | krb5-347cfa63fa8d3097d540fa84146e020e06c9a91c.tar.gz krb5-347cfa63fa8d3097d540fa84146e020e06c9a91c.tar.xz krb5-347cfa63fa8d3097d540fa84146e020e06c9a91c.zip | |
Resize dialogs better, added progress indicator to show KerberosAgent is working between interactions
Make Identity and Identities classes use NSDictionary representations of kim_options like the rest of KerberosAgent.
ticket: 6055
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20811 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kim/agent/mac/SelectIdentityController.h')
| -rw-r--r-- | src/kim/agent/mac/SelectIdentityController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kim/agent/mac/SelectIdentityController.h b/src/kim/agent/mac/SelectIdentityController.h index 9b78bd7b2..494d79913 100644 --- a/src/kim/agent/mac/SelectIdentityController.h +++ b/src/kim/agent/mac/SelectIdentityController.h @@ -73,6 +73,8 @@ - (IBAction) cancelOptions: (id) sender; - (IBAction) doneOptions: (id) sender; +- (IBAction) changePassword: (id) sender; + - (IBAction) select: (id) sender; - (IBAction) cancel: (id) sender; |
