From d81bdb979407c0d21ab562bc0a16533eb967eef1 Mon Sep 17 00:00:00 2001 From: "Nickolay V. Shmyrev" Date: Thu, 21 Dec 2006 09:14:52 +0000 Subject: Disconnect handlers on image destroy. Fixes bug #340165. 2006-12-21 Nickolay V. Shmyrev * mail/em-format-html-display.c: (efhd_image_unallocate), (efhd_attachment_image): Disconnect handlers on image destroy. Fixes bug #340165. Fixes changelog issue and build issue svn path=/trunk/; revision=33086 --- mail/em-format-html-display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/em-format-html-display.c') diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c index 4564e8155f..4c8f16444b 100644 --- a/mail/em-format-html-display.c +++ b/mail/em-format-html-display.c @@ -1698,7 +1698,7 @@ efhd_image_unallocate (struct _EMFormatPURI * puri) g_signal_handlers_disconnect_by_func(info->html, efhd_image_resized, info); g_signal_handlers_disconnect_by_func(info->event_box, efhd_image_popup, info); - g_signal_handlers_disconnect_by_func(info->event_box, efhd_image_change_cursor, info); + g_signal_handlers_disconnect_by_func(info->event_box, efhd_change_cursor, info); g_signal_handlers_disconnect_by_func(info->event_box, efhd_attachment_popup_menu, info); g_signal_handlers_disconnect_by_func(info->event_box, efhd_image_fit_width, info); } -- cgit v1.2.3