diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-25 19:27:57 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-25 19:27:57 +0800 |
commit | 6cb94e8b13ded17561115f18f0c6cae2705ecbf6 (patch) | |
tree | 5e5a51963298d7ad3eae8525a0806a1b4f11cb83 /mail/ChangeLog | |
parent | 5b9ae086e8d94b5354b96543175c1ffe0922fa3c (diff) | |
download | gsoc2013-evolution-6cb94e8b13ded17561115f18f0c6cae2705ecbf6.tar gsoc2013-evolution-6cb94e8b13ded17561115f18f0c6cae2705ecbf6.tar.gz gsoc2013-evolution-6cb94e8b13ded17561115f18f0c6cae2705ecbf6.tar.bz2 gsoc2013-evolution-6cb94e8b13ded17561115f18f0c6cae2705ecbf6.tar.lz gsoc2013-evolution-6cb94e8b13ded17561115f18f0c6cae2705ecbf6.tar.xz gsoc2013-evolution-6cb94e8b13ded17561115f18f0c6cae2705ecbf6.tar.zst gsoc2013-evolution-6cb94e8b13ded17561115f18f0c6cae2705ecbf6.zip |
Fix GtkOptionMenu usage so that the mail source selector looks right.
svn path=/trunk/; revision=4314
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index e71e6262bd..5936258b72 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2000-07-25 Ettore Perazzoli <ettore@helixcode.com> + + * mail-config.c (create_service_page): Call + `gtk_option_menu_set_menu()' as the last thing, as `GtkOptionMenu' + is fscking broken. Also, `gtk_widget_show()' the individual menu + items. + 2000-07-24 Dan Winship <danw@helixcode.com> * message-list.c (mark_msg_seen, ml_tree_set_value_at, |