From 3f92713d77274237fb42929660d67cb0b83ec521 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Mon, 16 Jan 2006 07:02:24 +0000 Subject: Changed event to scroll_event in rajeev's patch. 2006-01-16 Srinivasa Ragavan * em-format-html-display.c: (em_format_html_display_new): Changed event to scroll_event in rajeev's patch. svn path=/trunk/; revision=31196 --- 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 5646246cac..389a5b46a2 100644 --- a/mail/em-format-html-display.c +++ b/mail/em-format-html-display.c @@ -428,7 +428,7 @@ EMFormatHTMLDisplay *em_format_html_display_new(void) g_signal_connect(efhd->formathtml.html, "link_clicked", G_CALLBACK(efhd_html_link_clicked), efhd); g_signal_connect(efhd->formathtml.html, "on_url", G_CALLBACK(efhd_html_on_url), efhd); g_signal_connect(efhd->formathtml.html, "button_press_event", G_CALLBACK(efhd_html_button_press_event), efhd); - g_signal_connect(efhd->formathtml.html,"event", G_CALLBACK(efhd_scroll_event), efhd); + g_signal_connect(efhd->formathtml.html,"scroll_event", G_CALLBACK(efhd_scroll_event), efhd); return efhd; } -- cgit v1.2.3