diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 3 | ||||
-rw-r--r-- | mail/mail-search.c | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index b23cb92df2..7aea0c7a21 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,8 @@ 2001-07-23 Jeffrey Stedfast <fejj@ximian.com> + * mail-search.c (toggled_fwd_cb): Oops. Uncomment this code since + Trow fixed GtkHTML to actually have this function now. + * mail-config.glade: Fixed the "Read" to be Read in the glade file per menesis' request. 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 |