adium 3562:287162595d0f: Resolved a couple warnings
commits at adium.im
commits at adium.im
Mon Nov 22 00:40:43 UTC 2010
details: http://hg.adium.im/adium/rev/287162595d0f
revision: 3562:287162595d0f
author: Evan Schoenberg
date: Sun Nov 21 18:32:33 2010 -0600
Resolved a couple warnings
(transplanted from a60a31bca8c8c6c8fec209612238443c34134691)
Subject: adium 3563:96bfe790448e: Fix selection of the active voice in the Speak Event and Speak Text contact alert actions, which was broken in [896a4607f62f] (4/29/09) and first reported 5 days ago. So much for many eyes.. Fixes #14574
details: http://hg.adium.im/adium/rev/96bfe790448e
revision: 3563:96bfe790448e
author: Evan Schoenberg
date: Sun Nov 21 18:37:25 2010 -0600
Fix selection of the active voice in the Speak Event and Speak Text contact alert actions, which was broken in [896a4607f62f] (4/29/09) and first reported 5 days ago. So much for many eyes.. Fixes #14574
(transplanted from 9e8f980008eb886c1f89295bae053b7fde93c415)
diffs (33 lines):
diff -r cf3306403a21 -r 96bfe790448e Plugins/Purple Service/CBPurpleAccount.h
--- a/Plugins/Purple Service/CBPurpleAccount.h Sun Nov 21 14:45:26 2010 -0800
+++ b/Plugins/Purple Service/CBPurpleAccount.h Sun Nov 21 18:37:25 2010 -0600
@@ -225,5 +225,5 @@
@end
@interface CBPurpleAccount (ForSubclasses)
-- (void)continueConnectWithConfiguredPurpleAccoun;
+- (void)continueConnectWithConfiguredPurpleAccount;
@end
diff -r cf3306403a21 -r 96bfe790448e Plugins/Purple Service/CBPurpleAccount.m
--- a/Plugins/Purple Service/CBPurpleAccount.m Sun Nov 21 14:45:26 2010 -0800
+++ b/Plugins/Purple Service/CBPurpleAccount.m Sun Nov 21 18:37:25 2010 -0600
@@ -85,7 +85,6 @@
- (void)_receivedMessage:(NSAttributedString *)attributedMessage inChat:(AIChat *)chat fromListContact:(AIListContact *)sourceContact flags:(PurpleMessageFlags)flags date:(NSDate *)date;
- (NSNumber *)shouldCheckMail;
- (void)configurePurpleAccountNotifyingTarget:(id)target selector:(SEL)selector;
-- (void)continueConnectWithConfiguredPurpleAccount;
- (void)continueConnectWithConfiguredProxy;
- (void)continueRegisterWithConfiguredPurpleAccount;
- (void)promptForHostBeforeConnecting;
diff -r cf3306403a21 -r 96bfe790448e Source/ESAnnouncerAbstractDetailPane.m
--- a/Source/ESAnnouncerAbstractDetailPane.m Sun Nov 21 14:45:26 2010 -0800
+++ b/Source/ESAnnouncerAbstractDetailPane.m Sun Nov 21 18:37:25 2010 -0600
@@ -63,7 +63,7 @@
speakContactName = [[inDetails objectForKey:KEY_ANNOUNCER_SENDER] boolValue];
if ((voice = [inDetails objectForKey:KEY_VOICE_STRING])) {
- [popUp_voices selectItemWithTitle:voice];
+ [popUp_voices selectItemWithRepresentedObject:voice];
} else {
[popUp_voices selectItemAtIndex:0]; //"Default"
}
More information about the commits
mailing list