From 8575c0d88d0fcf8147fccf2f3001a863ba6c1102 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Thu, 9 Aug 2001 23:47:40 +0000 Subject: Fix inline documentation. 2001-08-09 Peter Williams * message-list.c (message_list_select): Fix inline documentation. svn path=/trunk/; revision=11852 --- mail/ChangeLog | 4 ++++ mail/message-list.c | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 40fdc153e6..019cb87bd3 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2001-08-09 Peter Williams + + * message-list.c (message_list_select): Fix inline documentation. + 2001-08-09 Anna Marie Dirks Fixes bug #6918 diff --git a/mail/message-list.c b/mail/message-list.c index ad72358daf..ac5595d063 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -354,6 +354,8 @@ get_message_info (MessageList *message_list, ETreePath node) * @direction: the direction to search in * @flags: a set of flag values * @mask: a mask for comparing against @flags + * @wraparound: if %TRUE, go back to the beginning for + * the next match if necessary. * * This moves the message list selection to a suitable row. @base_row * lists the first (model) row to try, but as a special case, model @@ -2439,7 +2441,7 @@ regen_list_regened (struct _mail_msg *mm) build_tree (m->ml, m->tree, m->changes); else build_flat (m->ml, m->summary, m->changes); - + gtk_signal_emit (GTK_OBJECT (m->ml), message_list_signals[MESSAGE_LIST_BUILT]); } -- cgit