adium 3559:64ac33da3725: crash--;
commits at adium.im
commits at adium.im
Sat Nov 20 22:47:50 UTC 2010
details: http://hg.adium.im/adium/rev/64ac33da3725
revision: 3559:64ac33da3725
author: Stephen Holt <sholt at adium.im>
date: Sat Nov 20 14:47:45 2010 -0800
crash--;
diffs (14 lines):
diff -r 525128b88010 -r 64ac33da3725 Frameworks/Adium Framework/Source/ESContactAlertsViewController.m
--- a/Frameworks/Adium Framework/Source/ESContactAlertsViewController.m Sat Nov 20 17:30:37 2010 -0500
+++ b/Frameworks/Adium Framework/Source/ESContactAlertsViewController.m Sat Nov 20 14:47:45 2010 -0800
@@ -76,8 +76,8 @@
[button_edit setTitle:AILocalizedStringFromTable(@"Edit", @"Buttons", "Verb 'edit' on a button")];
[button_edit setToolTip:AILocalizedString(@"Configure the selected action", nil)];
- [(NSSegmentedCell *)button_addOrRemoveAlert setToolTip:AILocalizedString(@"Add an action for the selected event", nil) forSegment:0];
- [(NSSegmentedCell *)button_addOrRemoveAlert setToolTip:AILocalizedString(@"Remove the selected action(s)", nil) forSegment:1];
+ [[button_addOrRemoveAlert cell] setToolTip:AILocalizedString(@"Add an action for the selected event", nil) forSegment:0];
+ [[button_addOrRemoveAlert cell] setToolTip:AILocalizedString(@"Remove the selected action(s)", nil) forSegment:1];
[outlineView_summary accessibilitySetOverrideValue:AILocalizedString(@"Events", nil)
forAttribute:NSAccessibilityDescriptionAttribute];
More information about the commits
mailing list