adium/adium

Whoops that's not a dealloc.
ARC
2012-04-29, Frank Dowsett
6ca9e2716e43
Parents 017a1f6c8761
Children 2520efeb6d91
Whoops that's not a dealloc.
--- a/Plugins/Dock Icon Badging/AIDockNameOverlay.m Sun Apr 29 15:55:07 2012 -0400
+++ b/Plugins/Dock Icon Badging/AIDockNameOverlay.m Sun Apr 29 19:21:35 2012 -0400
@@ -53,6 +53,16 @@
}
}
+- (void)flushPreferenceColorCache
+{
+ signedOffColor = nil;
+ signedOnColor = nil;
+ unviewedContentColor = nil;
+ backSignedOffColor = nil;
+ backSignedOnColor = nil;
+ backUnviewedContentColor = nil;
+}
+
- (void)uninstallPlugin
{
[adium.preferenceController unregisterPreferenceObserver:self];