diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-07-24 08:54:20 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-07-24 08:54:20 +0800 |
commit | 2807ad0103bf4f320019ac83d9af5013e6b40913 (patch) | |
tree | e32d43196bfd565f25630306679d1f47996dc3c1 | |
parent | fc59208aa9f8ec8fc95982773064f4030388971a (diff) | |
download | gsoc2013-evolution-2807ad0103bf4f320019ac83d9af5013e6b40913.tar gsoc2013-evolution-2807ad0103bf4f320019ac83d9af5013e6b40913.tar.gz gsoc2013-evolution-2807ad0103bf4f320019ac83d9af5013e6b40913.tar.bz2 gsoc2013-evolution-2807ad0103bf4f320019ac83d9af5013e6b40913.tar.lz gsoc2013-evolution-2807ad0103bf4f320019ac83d9af5013e6b40913.tar.xz gsoc2013-evolution-2807ad0103bf4f320019ac83d9af5013e6b40913.tar.zst gsoc2013-evolution-2807ad0103bf4f320019ac83d9af5013e6b40913.zip |
Oops. Uncomment this code since Trow fixed GtkHTML to actually have this
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.
svn path=/trunk/; revision=11328
-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 |