From 2807ad0103bf4f320019ac83d9af5013e6b40913 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 24 Jul 2001 00:54:20 +0000 Subject: Oops. Uncomment this code since Trow fixed GtkHTML to actually have this 2001-07-23 Jeffrey Stedfast * mail-search.c (toggled_fwd_cb): Oops. Uncomment this code since Trow fixed GtkHTML to actually have this function now. svn path=/trunk/; revision=11328 --- mail/mail-search.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-search.c') diff --git a/mail/mail-search.c b/mail/mail-search.c index c0f60496ad..7cc7a13e52 100644 --- a/mail/mail-search.c +++ b/mail/mail-search.c @@ -164,7 +164,7 @@ static void toggled_fwd_cb (GtkToggleButton *b, MailSearch *ms) { ms->search_forward = gtk_toggle_button_get_active (b); - /*gtk_html_engine_search_set_forward (ms->mail->html, ms->search_forward);*/ + gtk_html_engine_search_set_forward (ms->mail->html, ms->search_forward); } static void -- cgit v1.2.3