Changeset 5546
- Timestamp:
- 05/30/08 00:25:22 (4 months ago)
- Files:
-
- WiredClient/trunk/English.lproj/UserInfo.nib/classes.nib (modified) (1 diff)
- WiredClient/trunk/English.lproj/UserInfo.nib/info.nib (modified) (1 diff)
- WiredClient/trunk/English.lproj/UserInfo.nib/keyedobjects.nib (modified) (previous)
- WiredClient/trunk/French.lproj/UserInfo.nib/classes.nib (modified) (1 diff)
- WiredClient/trunk/French.lproj/UserInfo.nib/info.nib (modified) (1 diff)
- WiredClient/trunk/French.lproj/UserInfo.nib/keyedobjects.nib (modified) (previous)
- WiredClient/trunk/German.lproj/UserInfo.nib/classes.nib (modified) (1 diff)
- WiredClient/trunk/German.lproj/UserInfo.nib/info.nib (modified) (1 diff)
- WiredClient/trunk/German.lproj/UserInfo.nib/keyedobjects.nib (modified) (previous)
- WiredClient/trunk/Japanese.lproj/UserInfo.nib/classes.nib (modified) (1 diff)
- WiredClient/trunk/Japanese.lproj/UserInfo.nib/info.nib (modified) (1 diff)
- WiredClient/trunk/Japanese.lproj/UserInfo.nib/keyedobjects.nib (modified) (previous)
- WiredClient/trunk/WCUserInfo.h (modified) (1 diff)
- WiredClient/trunk/WCUserInfo.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredClient/trunk/English.lproj/UserInfo.nib/classes.nib
r5353 r5546 20 20 </dict> 21 21 <dict> 22 <key>ACTIONS</key> 23 <dict> 24 <key>icon</key> 25 <string>id</string> 26 </dict> 22 27 <key>CLASS</key> 23 28 <string>WCUserInfo</string> WiredClient/trunk/English.lproj/UserInfo.nib/info.nib
r5353 r5546 14 14 </array> 15 15 <key>IBSystem Version</key> 16 <string>9C 31</string>16 <string>9C7010</string> 17 17 <key>targetFramework</key> 18 18 <string>IBCocoaFramework</string> WiredClient/trunk/French.lproj/UserInfo.nib/classes.nib
r4147 r5546 1 { 2 IBClasses = ( 3 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 4 { 5 CLASS = WCConnectionController; 6 LANGUAGE = ObjC; 7 SUPERCLASS = WIWindowController; 8 }, 9 { 10 CLASS = WCUserInfo; 11 LANGUAGE = ObjC; 12 OUTLETS = { 13 "_addressTextField" = NSTextField; 14 "_addressTitleTextField" = NSTextField; 15 "_cipherTextField" = NSTextField; 16 "_cipherTitleTextField" = NSTextField; 17 "_downloadsTitleTextField" = NSTextField; 18 "_hostTextField" = NSTextField; 19 "_hostTitleTextField" = NSTextField; 20 "_iconImageView" = NSImageView; 21 "_idTextField" = NSTextField; 22 "_idTitleTextField" = NSTextField; 23 "_idleTimeTextField" = NSTextField; 24 "_idleTimeTitleTextField" = NSTextField; 25 "_loginTextField" = NSTextField; 26 "_loginTimeTextField" = NSTextField; 27 "_loginTimeTitleTextField" = NSTextField; 28 "_loginTitleTextField" = NSTextField; 29 "_nickTextField" = NSTextField; 30 "_statusTextField" = NSTextField; 31 "_statusTitleTextField" = NSTextField; 32 "_uploadsTitleTextField" = NSTextField; 33 "_versionTextField" = NSTextField; 34 "_versionTitleTextField" = NSTextField; 35 }; 36 SUPERCLASS = WCConnectionController; 37 }, 38 { 39 CLASS = WIWindowController; 40 LANGUAGE = ObjC; 41 SUPERCLASS = NSWindowController; 42 } 43 ); 44 IBVersion = 1; 45 } 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 <plist version="1.0"> 4 <dict> 5 <key>IBClasses</key> 6 <array> 7 <dict> 8 <key>CLASS</key> 9 <string>FirstResponder</string> 10 <key>LANGUAGE</key> 11 <string>ObjC</string> 12 <key>SUPERCLASS</key> 13 <string>NSObject</string> 14 </dict> 15 <dict> 16 <key>CLASS</key> 17 <string>NSObject</string> 18 <key>LANGUAGE</key> 19 <string>ObjC</string> 20 </dict> 21 <dict> 22 <key>ACTIONS</key> 23 <dict> 24 <key>icon</key> 25 <string>id</string> 26 </dict> 27 <key>CLASS</key> 28 <string>WCUserInfo</string> 29 <key>LANGUAGE</key> 30 <string>ObjC</string> 31 <key>OUTLETS</key> 32 <dict> 33 <key>_addressTextField</key> 34 <string>NSTextField</string> 35 <key>_addressTitleTextField</key> 36 <string>NSTextField</string> 37 <key>_cipherTextField</key> 38 <string>NSTextField</string> 39 <key>_cipherTitleTextField</key> 40 <string>NSTextField</string> 41 <key>_downloadsTitleTextField</key> 42 <string>NSTextField</string> 43 <key>_hostTextField</key> 44 <string>NSTextField</string> 45 <key>_hostTitleTextField</key> 46 <string>NSTextField</string> 47 <key>_iconImageView</key> 48 <string>NSImageView</string> 49 <key>_idTextField</key> 50 <string>NSTextField</string> 51 <key>_idTitleTextField</key> 52 <string>NSTextField</string> 53 <key>_idleTimeTextField</key> 54 <string>NSTextField</string> 55 <key>_idleTimeTitleTextField</key> 56 <string>NSTextField</string> 57 <key>_loginTextField</key> 58 <string>NSTextField</string> 59 <key>_loginTimeTextField</key> 60 <string>NSTextField</string> 61 <key>_loginTimeTitleTextField</key> 62 <string>NSTextField</string> 63 <key>_loginTitleTextField</key> 64 <string>NSTextField</string> 65 <key>_nickTextField</key> 66 <string>NSTextField</string> 67 <key>_statusTextField</key> 68 <string>NSTextField</string> 69 <key>_statusTitleTextField</key> 70 <string>NSTextField</string> 71 <key>_uploadsTitleTextField</key> 72 <string>NSTextField</string> 73 <key>_versionTextField</key> 74 <string>NSTextField</string> 75 <key>_versionTitleTextField</key> 76 <string>NSTextField</string> 77 </dict> 78 <key>SUPERCLASS</key> 79 <string>WCConnectionController</string> 80 </dict> 81 <dict> 82 <key>CLASS</key> 83 <string>WIWindowController</string> 84 <key>LANGUAGE</key> 85 <string>ObjC</string> 86 <key>SUPERCLASS</key> 87 <string>NSWindowController</string> 88 </dict> 89 <dict> 90 <key>ACTIONS</key> 91 <dict> 92 <key>accounts</key> 93 <string>id</string> 94 <key>addBookmark</key> 95 <string>id</string> 96 <key>broadcast</key> 97 <string>id</string> 98 <key>chat</key> 99 <string>id</string> 100 <key>console</key> 101 <string>id</string> 102 <key>disconnect</key> 103 <string>id</string> 104 <key>files</key> 105 <string>id</string> 106 <key>messages</key> 107 <string>id</string> 108 <key>news</key> 109 <string>id</string> 110 <key>postNews</key> 111 <string>id</string> 112 <key>reconnect</key> 113 <string>id</string> 114 <key>search</key> 115 <string>id</string> 116 <key>serverInfo</key> 117 <string>id</string> 118 <key>transfers</key> 119 <string>id</string> 120 </dict> 121 <key>CLASS</key> 122 <string>WCConnectionController</string> 123 <key>LANGUAGE</key> 124 <string>ObjC</string> 125 <key>SUPERCLASS</key> 126 <string>WIWindowController</string> 127 </dict> 128 </array> 129 <key>IBVersion</key> 130 <string>1</string> 131 </dict> 132 </plist> WiredClient/trunk/French.lproj/UserInfo.nib/info.nib
r4147 r5546 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 3 <plist version="1.0"> 4 4 <dict> 5 <key>IBDocumentLocation</key>6 <string>412 62 403 372 0 0 1680 1028 </string>7 5 <key>IBFramework Version</key> 8 <string>446.1</string> 6 <string>629</string> 7 <key>IBLastKnownRelativeProjectPath</key> 8 <string>../../WiredClient.xcodeproj</string> 9 9 <key>IBOldestOS</key> 10 <integer> 3</integer>10 <integer>5</integer> 11 11 <key>IBOpenObjects</key> 12 12 <array> 13 <integer> 5</integer>13 <integer>6</integer> 14 14 </array> 15 15 <key>IBSystem Version</key> 16 <string>8I127</string> 16 <string>9C7010</string> 17 <key>targetFramework</key> 18 <string>IBCocoaFramework</string> 17 19 </dict> 18 20 </plist> WiredClient/trunk/German.lproj/UserInfo.nib/classes.nib
r4237 r5546 1 { 2 IBClasses = ( 3 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 4 { 5 CLASS = WCConnectionController; 6 LANGUAGE = ObjC; 7 SUPERCLASS = WIWindowController; 8 }, 9 { 10 CLASS = WCUserInfo; 11 LANGUAGE = ObjC; 12 OUTLETS = { 13 "_addressTextField" = NSTextField; 14 "_addressTitleTextField" = NSTextField; 15 "_cipherTextField" = NSTextField; 16 "_cipherTitleTextField" = NSTextField; 17 "_downloadsTitleTextField" = NSTextField; 18 "_hostTextField" = NSTextField; 19 "_hostTitleTextField" = NSTextField; 20 "_iconImageView" = NSImageView; 21 "_idTextField" = NSTextField; 22 "_idTitleTextField" = NSTextField; 23 "_idleTimeTextField" = NSTextField; 24 "_idleTimeTitleTextField" = NSTextField; 25 "_loginTextField" = NSTextField; 26 "_loginTimeTextField" = NSTextField; 27 "_loginTimeTitleTextField" = NSTextField; 28 "_loginTitleTextField" = NSTextField; 29 "_nickTextField" = NSTextField; 30 "_statusTextField" = NSTextField; 31 "_statusTitleTextField" = NSTextField; 32 "_uploadsTitleTextField" = NSTextField; 33 "_versionTextField" = NSTextField; 34 "_versionTitleTextField" = NSTextField; 35 }; 36 SUPERCLASS = WCConnectionController; 37 }, 38 { 39 CLASS = WIWindowController; 40 LANGUAGE = ObjC; 41 SUPERCLASS = NSWindowController; 42 } 43 ); 44 IBVersion = 1; 45 } 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 <plist version="1.0"> 4 <dict> 5 <key>IBClasses</key> 6 <array> 7 <dict> 8 <key>CLASS</key> 9 <string>FirstResponder</string> 10 <key>LANGUAGE</key> 11 <string>ObjC</string> 12 <key>SUPERCLASS</key> 13 <string>NSObject</string> 14 </dict> 15 <dict> 16 <key>CLASS</key> 17 <string>NSObject</string> 18 <key>LANGUAGE</key> 19 <string>ObjC</string> 20 </dict> 21 <dict> 22 <key>ACTIONS</key> 23 <dict> 24 <key>icon</key> 25 <string>id</string> 26 </dict> 27 <key>CLASS</key> 28 <string>WCUserInfo</string> 29 <key>LANGUAGE</key> 30 <string>ObjC</string> 31 <key>OUTLETS</key> 32 <dict> 33 <key>_addressTextField</key> 34 <string>NSTextField</string> 35 <key>_addressTitleTextField</key> 36 <string>NSTextField</string> 37 <key>_cipherTextField</key> 38 <string>NSTextField</string> 39 <key>_cipherTitleTextField</key> 40 <string>NSTextField</string> 41 <key>_downloadsTitleTextField</key> 42 <string>NSTextField</string> 43 <key>_hostTextField</key> 44 <string>NSTextField</string> 45 <key>_hostTitleTextField</key> 46 <string>NSTextField</string> 47 <key>_iconImageView</key> 48 <string>NSImageView</string> 49 <key>_idTextField</key> 50 <string>NSTextField</string> 51 <key>_idTitleTextField</key> 52 <string>NSTextField</string> 53 <key>_idleTimeTextField</key> 54 <string>NSTextField</string> 55 <key>_idleTimeTitleTextField</key> 56 <string>NSTextField</string> 57 <key>_loginTextField</key> 58 <string>NSTextField</string> 59 <key>_loginTimeTextField</key> 60 <string>NSTextField</string> 61 <key>_loginTimeTitleTextField</key> 62 <string>NSTextField</string> 63 <key>_loginTitleTextField</key> 64 <string>NSTextField</string> 65 <key>_nickTextField</key> 66 <string>NSTextField</string> 67 <key>_statusTextField</key> 68 <string>NSTextField</string> 69 <key>_statusTitleTextField</key> 70 <string>NSTextField</string> 71 <key>_uploadsTitleTextField</key> 72 <string>NSTextField</string> 73 <key>_versionTextField</key> 74 <string>NSTextField</string> 75 <key>_versionTitleTextField</key> 76 <string>NSTextField</string> 77 </dict> 78 <key>SUPERCLASS</key> 79 <string>WCConnectionController</string> 80 </dict> 81 <dict> 82 <key>CLASS</key> 83 <string>WIWindowController</string> 84 <key>LANGUAGE</key> 85 <string>ObjC</string> 86 <key>SUPERCLASS</key> 87 <string>NSWindowController</string> 88 </dict> 89 <dict> 90 <key>ACTIONS</key> 91 <dict> 92 <key>accounts</key> 93 <string>id</string> 94 <key>addBookmark</key> 95 <string>id</string> 96 <key>broadcast</key> 97 <string>id</string> 98 <key>chat</key> 99 <string>id</string> 100 <key>console</key> 101 <string>id</string> 102 <key>disconnect</key> 103 <string>id</string> 104 <key>files</key> 105 <string>id</string> 106 <key>messages</key> 107 <string>id</string> 108 <key>news</key> 109 <string>id</string> 110 <key>postNews</key> 111 <string>id</string> 112 <key>reconnect</key> 113 <string>id</string> 114 <key>search</key> 115 <string>id</string> 116 <key>serverInfo</key> 117 <string>id</string> 118 <key>transfers</key> 119 <string>id</string> 120 </dict> 121 <key>CLASS</key> 122 <string>WCConnectionController</string> 123 <key>LANGUAGE</key> 124 <string>ObjC</string> 125 <key>SUPERCLASS</key> 126 <string>WIWindowController</string> 127 </dict> 128 </array> 129 <key>IBVersion</key> 130 <string>1</string> 131 </dict> 132 </plist> WiredClient/trunk/German.lproj/UserInfo.nib/info.nib
r4237 r5546 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 3 <plist version="1.0"> 4 4 <dict> 5 <key>IBDocumentLocation</key>6 <string>723 75 403 372 0 0 1280 1002 </string>7 5 <key>IBFramework Version</key> 8 <string>446.1</string> 6 <string>629</string> 7 <key>IBLastKnownRelativeProjectPath</key> 8 <string>../../WiredClient.xcodeproj</string> 9 9 <key>IBOldestOS</key> 10 <integer> 3</integer>10 <integer>5</integer> 11 11 <key>IBOpenObjects</key> 12 12 <array> 13 <integer> 5</integer>13 <integer>6</integer> 14 14 </array> 15 15 <key>IBSystem Version</key> 16 <string>8I127</string> 16 <string>9C7010</string> 17 <key>targetFramework</key> 18 <string>IBCocoaFramework</string> 17 19 </dict> 18 20 </plist> WiredClient/trunk/Japanese.lproj/UserInfo.nib/classes.nib
r4143 r5546 1 { 2 IBClasses = ( 3 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 4 { 5 CLASS = WCConnectionController; 6 LANGUAGE = ObjC; 7 SUPERCLASS = WIWindowController; 8 }, 9 { 10 CLASS = WCUserInfo; 11 LANGUAGE = ObjC; 12 OUTLETS = { 13 "_addressTextField" = NSTextField; 14 "_addressTitleTextField" = NSTextField; 15 "_cipherTextField" = NSTextField; 16 "_cipherTitleTextField" = NSTextField; 17 "_downloadsTitleTextField" = NSTextField; 18 "_hostTextField" = NSTextField; 19 "_hostTitleTextField" = NSTextField; 20 "_iconImageView" = NSImageView; 21 "_idTextField" = NSTextField; 22 "_idTitleTextField" = NSTextField; 23 "_idleTimeTextField" = NSTextField; 24 "_idleTimeTitleTextField" = NSTextField; 25 "_loginTextField" = NSTextField; 26 "_loginTimeTextField" = NSTextField; 27 "_loginTimeTitleTextField" = NSTextField; 28 "_loginTitleTextField" = NSTextField; 29 "_nickTextField" = NSTextField; 30 "_statusTextField" = NSTextField; 31 "_statusTitleTextField" = NSTextField; 32 "_uploadsTitleTextField" = NSTextField; 33 "_versionTextField" = NSTextField; 34 "_versionTitleTextField" = NSTextField; 35 }; 36 SUPERCLASS = WCConnectionController; 37 }, 38 { 39 CLASS = WIWindowController; 40 LANGUAGE = ObjC; 41 SUPERCLASS = NSWindowController; 42 } 43 ); 44 IBVersion = 1; 45 } 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 <plist version="1.0"> 4 <dict> 5 <key>IBClasses</key> 6 <array> 7 <dict> 8 <key>CLASS</key> 9 <string>FirstResponder</string> 10 <key>LANGUAGE</key> 11 <string>ObjC</string> 12 <key>SUPERCLASS</key> 13 <string>NSObject</string> 14 </dict> 15 <dict> 16 <key>CLASS</key> 17 <string>NSObject</string> 18 <key>LANGUAGE</key> 19 <string>ObjC</string> 20 </dict> 21 <dict> 22 <key>ACTIONS</key> 23 <dict> 24 <key>icon</key> 25 <string>id</string> 26 </dict> 27 <key>CLASS</key> 28 <string>WCUserInfo</string> 29 <key>LANGUAGE</key> 30 <string>ObjC</string> 31 <key>OUTLETS</key> 32 <dict> 33 <key>_addressTextField</key> 34 <string>NSTextField</string> 35 <key>_addressTitleTextField</key> 36 <string>NSTextField</string> 37 <key>_cipherTextField</key> 38 <string>NSTextField</string> 39 <key>_cipherTitleTextField</key> 40 <string>NSTextField</string> 41 <key>_downloadsTitleTextField</key> 42 <string>NSTextField</string> 43 <key>_hostTextField</key> 44 <string>NSTextField</string> 45 <key>_hostTitleTextField</key> 46 <string>NSTextField</string> 47 <key>_iconImageView</key> 48 <string>NSImageView</string> 49 <key>_idTextField</key> 50 <string>NSTextField</string> 51 <key>_idTitleTextField</key> 52 <string>NSTextField</string> 53 <key>_idleTimeTextField</key> 54 <string>NSTextField</string> 55 <key>_idleTimeTitleTextField</key> 56 <string>NSTextField</string> 57 <key>_loginTextField</key> 58 <string>NSTextField</string> 59 <key>_loginTimeTextField</key> 60 <string>NSTextField</string> 61 <key>_loginTimeTitleTextField</key> 62 <string>NSTextField</string> 63 <key>_loginTitleTextField</key> 64 <string>NSTextField</string> 65 <key>_nickTextField</key> 66 <string>NSTextField</string> 67 <key>_statusTextField</key> 68 <string>NSTextField</string> 69 <key>_statusTitleTextField</key> 70 <string>NSTextField</string> 71 <key>_uploadsTitleTextField</key> 72 <string>NSTextField</string> 73 <key>_versionTextField</key> 74 <string>NSTextField</string> 75 <key>_versionTitleTextField</key> 76 <string>NSTextField</string> 77 </dict> 78 <key>SUPERCLASS</key> 79 <string>WCConnectionController</string> 80 </dict> 81 <dict> 82 <key>CLASS</key> 83 <string>WIWindowController</string> 84 <key>LANGUAGE</key> 85 <string>ObjC</string> 86 <key>SUPERCLASS</key> 87 <string>NSWindowController</string> 88 </dict> 89 <dict> 90 <key>ACTIONS</key> 91 <dict> 92 <key>accounts</key> 93 <string>id</string> 94 <key>addBookmark</key> 95 <string>id</string> 96 <key>broadcast</key> 97 <string>id</string> 98 <key>chat</key> 99 <string>id</string> 100 <key>console</key> 101 <string>id</string> 102 <key>disconnect</key> 103 <string>id</string> 104 <key>files</key> 105 <string>id</string> 106 <key>messages</key> 107 <string>id</string> 108 <key>news</key> 109 <string>id</string> 110 <key>postNews</key> 111 <string>id</string> 112 <key>reconnect</key> 113 <string>id</string> 114 <key>search</key> 115 <string>id</string> 116 <key>serverInfo</key> 117 <string>id</string> 118 <key>transfers</key> 119 <string>id</string> 120 </dict> 121 <key>CLASS</key> 122 <string>WCConnectionController</string> 123 <key>LANGUAGE</key> 124 <string>ObjC</string> 125 <key>SUPERCLASS</key> 126 <string>WIWindowController</string> 127 </dict> 128 </array> 129 <key>IBVersion</key> 130 <string>1</string> 131 </dict> 132 </plist> WiredClient/trunk/Japanese.lproj/UserInfo.nib/info.nib
r4146 r5546 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 3 <plist version="1.0"> 4 4 <dict> 5 <key>IBDocumentLocation</key>6 <string>235 41 403 372 0 0 1280 1002 </string>7 5 <key>IBFramework Version</key> 8 <string>446.1</string> 6 <string>629</string> 7 <key>IBLastKnownRelativeProjectPath</key> 8 <string>../../WiredClient.xcodeproj</string> 9 9 <key>IBOldestOS</key> 10 <integer> 3</integer>10 <integer>5</integer> 11 11 <key>IBOpenObjects</key> 12 12 <array> 13 <integer> 5</integer>13 <integer>6</integer> 14 14 </array> 15 15 <key>IBSystem Version</key> 16 <string>8I127</string> 16 <string>9C7010</string> 17 <key>targetFramework</key> 18 <string>IBCocoaFramework</string> 17 19 </dict> 18 20 </plist> WiredClient/trunk/WCUserInfo.h
r4481 r5546 59 59 } 60 60 61 62 61 + (id)userInfoWithConnection:(WCServerConnection *)connection user:(WCUser *)user; 63 62 63 - (IBAction)icon:(id)sender; 64 64 65 @end WiredClient/trunk/WCUserInfo.m
r5249 r5546 231 231 [_dateFormatter setDateStyle:NSDateFormatterMediumStyle]; 232 232 [_dateFormatter setNaturalLanguageStyle:WIDateFormatterNormalNaturalLanguageStyle]; 233 233 234 234 _fieldFrame = [_statusTextField frame]; 235 235 … … 351 351 } 352 352 353 354 355 #pragma mark - 356 357 - (IBAction)icon:(id)sender { 358 [_iconImageView setImage:[_user iconWithIdleTint:NO]]; 359 } 360 353 361 @end
