diff options
author | Not Zed <NotZed@Ximian.com> | 2003-12-02 16:09:28 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-12-02 16:09:28 +0800 |
commit | 23eb43d17246238f87ea18157c9355829f2c8607 (patch) | |
tree | 93529cb1fe34953f5ed6e99bcbac0d38dc15b765 /mail/ChangeLog | |
parent | 6434d2b055d109fd6223daec39af255d4986957b (diff) | |
download | gsoc2013-evolution-23eb43d17246238f87ea18157c9355829f2c8607.tar gsoc2013-evolution-23eb43d17246238f87ea18157c9355829f2c8607.tar.gz gsoc2013-evolution-23eb43d17246238f87ea18157c9355829f2c8607.tar.bz2 gsoc2013-evolution-23eb43d17246238f87ea18157c9355829f2c8607.tar.lz gsoc2013-evolution-23eb43d17246238f87ea18157c9355829f2c8607.tar.xz gsoc2013-evolution-23eb43d17246238f87ea18157c9355829f2c8607.tar.zst gsoc2013-evolution-23eb43d17246238f87ea18157c9355829f2c8607.zip |
moved the gtk_widget_show_all to before we add the pages, otherwise it can
2003-12-02 Not Zed <NotZed@Ximian.com>
* mail-config-druid.c (mail_config_druid_new): moved the
gtk_widget_show_all to before we add the pages, otherwise it can
override per-page logic. Bug #50790.
svn path=/trunk/; revision=23573
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 aa82ad9aa5..bf071d5f4d 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,9 @@ 2003-12-02 Not Zed <NotZed@Ximian.com> + * mail-config-druid.c (mail_config_druid_new): moved the + gtk_widget_show_all to before we add the pages, otherwise it can + override per-page logic. Bug #50790. + * message-list.c (message_list_create_extras): setup another image (followup completed) to flag status list. (states_pixmaps[]): added flag_for_followup_done. |