diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-07-11 07:28:11 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-07-11 07:28:11 +0800 |
commit | 206f7e366cd08f13005037f618eb6a7cbb6e5264 (patch) | |
tree | e4e1f9a3fdaf8447cab9f7f6ca29cbd0bd8bd1a8 /mail/ChangeLog | |
parent | 740bddaf619c705fe421c295a5451ad7a2422cc8 (diff) | |
download | gsoc2013-evolution-206f7e366cd08f13005037f618eb6a7cbb6e5264.tar.gz gsoc2013-evolution-206f7e366cd08f13005037f618eb6a7cbb6e5264.tar.zst gsoc2013-evolution-206f7e366cd08f13005037f618eb6a7cbb6e5264.zip |
Modified to use a single list of UI node elements with an enable-mask
2002-07-10 Jeffrey Stedfast <fejj@ximian.com>
* folder-browser-ui.c: Modified to use a single list of UI node
elements with an enable-mask rather than split into groups. This
allows much more control and easier modification to get the
desired enable/disable effects.
svn path=/trunk/; revision=17414
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index c2717da744..0acb6d21cc 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,10 @@ 2002-07-10 Jeffrey Stedfast <fejj@ximian.com> + * folder-browser-ui.c: Modified to use a single list of UI node + elements with an enable-mask rather than split into groups. This + allows much more control and easier modification to get the + desired enable/disable effects. + * mail-display.c (mail_display_set_message): If we unref'd a current_message, clear the datalist. Don't bother connecting to the message's finalise signal because something else may own a ref |