[Keychain-commit] SF.net SVN: keychain: [448] trunk/Applications/Keychain Demo/demoController .m
Status: Abandoned
Brought to you by:
wadetregaskis
|
From: <wad...@us...> - 2007-12-13 07:21:58
|
Revision: 448
http://keychain.svn.sourceforge.net/keychain/?rev=448&view=rev
Author: wadetregaskis
Date: 2007-12-12 23:22:02 -0800 (Wed, 12 Dec 2007)
Log Message:
-----------
* Updated for the change in method names from type/creator to typeAsString/creatorAsString.
Modified Paths:
--------------
trunk/Applications/Keychain Demo/demoController.m
Modified: trunk/Applications/Keychain Demo/demoController.m
===================================================================
--- trunk/Applications/Keychain Demo/demoController.m 2007-12-13 07:20:22 UTC (rev 447)
+++ trunk/Applications/Keychain Demo/demoController.m 2007-12-13 07:22:02 UTC (rev 448)
@@ -242,9 +242,9 @@
} else if ([identifier isEqualToString:@"Comment"]) {
return [current comment];
} else if ([identifier isEqualToString:@"Creator"]) {
- return [current creator];
+ return [current creatorAsString];
} else if ([identifier isEqualToString:@"Type"]) {
- return [current type];
+ return [current typeAsString];
} else if ([identifier isEqualToString:@"Label"]) {
return [current label];
} else if ([identifier isEqualToString:@"Visible"]) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|