adium 4376:a2a2054b9dc8: Patch from kbotc: "We need to alert the...

commits at adium.im commits at adium.im
Tue Dec 13 21:37:03 UTC 2011


details:	http://hg.adium.im/adium/rev/a2a2054b9dc8
revision:	4376:a2a2054b9dc8
branch:		(none)
author:		Robert Vehse
date:		Tue Dec 13 22:36:35 2011 +0100

Patch from kbotc: "We need to alert the message view that it's closing before we release it". Fixes #15681.

diffs (11 lines):

diff -r 837eb2efc4d6 -r a2a2054b9dc8 Plugins/WebKit Message View/ESWebKitMessageViewPreferences.m
--- a/Plugins/WebKit Message View/ESWebKitMessageViewPreferences.m	Tue Dec 13 03:22:55 2011 +0100
+++ b/Plugins/WebKit Message View/ESWebKitMessageViewPreferences.m	Tue Dec 13 22:36:35 2011 +0100
@@ -121,6 +121,7 @@
 	[[NSNotificationCenter defaultCenter] removeObserver:self];
 	[previewListObjectsDict release]; previewListObjectsDict = nil;
 
+	[previewController messageViewIsClosing];
 	[previewController release]; previewController = nil;
 	[view_previewLocation setFrame:[preview frame]];
 	[[preview superview] replaceSubview:preview with:view_previewLocation];	




More information about the commits mailing list