Changeset 25578
- Timestamp:
- 11/13/2008 10:08:31 AM (2 months ago)
- Files:
-
- trunk/Plugins/General Preferences/ESGeneralPreferences.m (modified) (3 diffs)
- trunk/Resources/en.lproj/GeneralPreferences.nib/classes.nib (modified) (2 diffs)
- trunk/Resources/en.lproj/GeneralPreferences.nib/info.nib (modified) (2 diffs)
- trunk/Resources/en.lproj/GeneralPreferences.nib/keyedobjects.nib (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Plugins/General Preferences/ESGeneralPreferences.m
r25439 r25578 49 49 // This comes from http://wafflesoftware.net/shortcut/ 50 50 51 + (NSSet *)keyPathsForValuesAffectingChatHistoryDisplayActive 52 { 53 return [NSSet setWithObject:@"adium.preferenceController.Logging.Enable Logging"]; 54 } 55 51 56 //Preference pane properties 52 57 - (NSString *)paneIdentifier … … 69 74 { 70 75 BOOL sendOnEnter, sendOnReturn; 71 76 72 77 //Interface 73 78 [checkBox_messagesInTabs setState:[[adium.preferenceController preferenceForKey:KEY_TABBED_CHATTING … … 281 286 tag:AdiumTabPositionRight]; 282 287 283 return [menu autorelease]; 288 return [menu autorelease]; 289 } 290 291 - (BOOL)chatHistoryDisplayActive 292 { 293 return ([[adium.preferenceController preferenceForKey:@"Display Message Context" group:@"Message Context Display"] boolValue] && 294 [[adium.preferenceController preferenceForKey:@"Enable Logging" group:@"Logging"] boolValue]); 295 } 296 - (void)setChatHistoryDisplayActive:(BOOL)flag 297 { 298 [adium.preferenceController setPreference:[NSNumber numberWithBool:flag] 299 forKey:@"Display Message Context" 300 group:@"Message Context Display"]; 284 301 } 285 302 trunk/Resources/en.lproj/GeneralPreferences.nib/classes.nib
r23478 r25578 164 164 </dict> 165 165 <key>SUPERCLASS</key> 166 <string> AIObject</string>166 <string>NSObject</string> 167 167 </dict> 168 168 <dict> … … 173 173 <key>SUPERCLASS</key> 174 174 <string>NSControl</string> 175 </dict>176 <dict>177 <key>CLASS</key>178 <string>AIObject</string>179 <key>LANGUAGE</key>180 <string>ObjC</string>181 <key>SUPERCLASS</key>182 <string>NSObject</string>183 175 </dict> 184 176 <dict> trunk/Resources/en.lproj/GeneralPreferences.nib/info.nib
r23478 r25578 4 4 <dict> 5 5 <key>IBFramework Version</key> 6 <string>6 29</string>6 <string>672</string> 7 7 <key>IBLastKnownRelativeProjectPath</key> 8 <string>../../ ../Adium.xcodeproj</string>8 <string>../../Adium.xcodeproj</string> 9 9 <key>IBOldestOS</key> 10 10 <integer>5</integer> … … 14 14 </array> 15 15 <key>IBSystem Version</key> 16 <string>9 C7010</string>16 <string>9F33</string> 17 17 <key>targetFramework</key> 18 18 <string>IBCocoaFramework</string>