aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html-display.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-format-html-display.c')
-rw-r--r--mail/em-format-html-display.c2
1 files changed, 1 insertions, 1 deletions
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);
}