diff options
author | Peter Williams <peterw@ximian.com> | 2001-08-10 07:47:40 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2001-08-10 07:47:40 +0800 |
commit | 8575c0d88d0fcf8147fccf2f3001a863ba6c1102 (patch) | |
tree | da3ac33e1f3940b33af8da7d03a35e82bcaa9783 | |
parent | b50e2b7ed9d47cec0137b7d1477bea745541586c (diff) | |
download | gsoc2013-evolution-8575c0d88d0fcf8147fccf2f3001a863ba6c1102.tar gsoc2013-evolution-8575c0d88d0fcf8147fccf2f3001a863ba6c1102.tar.gz gsoc2013-evolution-8575c0d88d0fcf8147fccf2f3001a863ba6c1102.tar.bz2 gsoc2013-evolution-8575c0d88d0fcf8147fccf2f3001a863ba6c1102.tar.lz gsoc2013-evolution-8575c0d88d0fcf8147fccf2f3001a863ba6c1102.tar.xz gsoc2013-evolution-8575c0d88d0fcf8147fccf2f3001a863ba6c1102.tar.zst gsoc2013-evolution-8575c0d88d0fcf8147fccf2f3001a863ba6c1102.zip |
Fix inline documentation.
2001-08-09 Peter Williams <peterw@ximian.com>
* message-list.c (message_list_select): Fix inline documentation.
svn path=/trunk/; revision=11852
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/message-list.c | 4 |
2 files changed, 7 insertions, 1 deletions
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 <peterw@ximian.com> + + * message-list.c (message_list_select): Fix inline documentation. + 2001-08-09 Anna Marie Dirks <anna@ximian.com> 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]); } |