diff options
author | Not Zed <NotZed@Ximian.com> | 2004-06-10 12:47:09 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-06-10 12:47:09 +0800 |
commit | a0cf7faf1597751fe974318788fad8caffc5238c (patch) | |
tree | 740e038e6e43251f0110b8463fb32f5241e94d93 /mail/ChangeLog | |
parent | df7a1be4857b4d1a8980a85c9353d5215c40719a (diff) | |
download | gsoc2013-evolution-a0cf7faf1597751fe974318788fad8caffc5238c.tar gsoc2013-evolution-a0cf7faf1597751fe974318788fad8caffc5238c.tar.gz gsoc2013-evolution-a0cf7faf1597751fe974318788fad8caffc5238c.tar.bz2 gsoc2013-evolution-a0cf7faf1597751fe974318788fad8caffc5238c.tar.lz gsoc2013-evolution-a0cf7faf1597751fe974318788fad8caffc5238c.tar.xz gsoc2013-evolution-a0cf7faf1597751fe974318788fad8caffc5238c.tar.zst gsoc2013-evolution-a0cf7faf1597751fe974318788fad8caffc5238c.zip |
use new etreeselectionmodel api to select paths in one call. Fixes #59546.
2004-06-10 Not Zed <NotZed@Ximian.com>
* message-list.c (message_list_set_selected): use new
etreeselectionmodel api to select paths in one call. Fixes
#59546.
svn path=/trunk/; revision=26278
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 100aeda7fe..83333215fe 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,9 @@ 2004-06-10 Not Zed <NotZed@Ximian.com> + * message-list.c (message_list_set_selected): use new + etreeselectionmodel api to select paths in one call. Fixes + #59546. + * em-folder-view.c (emfv_message_reply): check that we have content selected, not just a selection, before trying to reply to that content. #59146. |