diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-06-29 04:19:41 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-06-29 04:19:41 +0800 |
commit | 550e7d56134477b113cd5af220a0c8851fad5097 (patch) | |
tree | b3fc3c52b91459bba64cb47300bc4777f7c3d98c /mail/ChangeLog | |
parent | 7ff106049038bfd8dbded3210b179eb985b0601d (diff) | |
download | gsoc2013-evolution-550e7d56134477b113cd5af220a0c8851fad5097.tar.gz gsoc2013-evolution-550e7d56134477b113cd5af220a0c8851fad5097.tar.zst gsoc2013-evolution-550e7d56134477b113cd5af220a0c8851fad5097.zip |
The e_iterator_get() returns a gconstpointer and we need a non-const
2001-06-28 Jeffrey Stedfast <fejj@ximian.com>
* mail-send-recv.c (free_send_data): The e_iterator_get() returns
a gconstpointer and we need a non-const BonoboControl so cast it.
* mail-account-gui.c (mail_account_gui_new):
gui->check_html_signature is GtkToggleButton not a GtkCheckButton.
* folder-info.c: Added some #include's to supress warnings.
svn path=/trunk/; revision=10574
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 6ce834d78a..3e8d0a0708 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2001-06-28 Jeffrey Stedfast <fejj@ximian.com> + + * mail-send-recv.c (free_send_data): The e_iterator_get() returns + a gconstpointer and we need a non-const BonoboControl so cast it. + + * mail-account-gui.c (mail_account_gui_new): + gui->check_html_signature is GtkToggleButton not a GtkCheckButton. + + * folder-info.c: Added some #include's to supress warnings. + 2001-06-28 Ettore Perazzoli <ettore@ximian.com> * mail-display.c: Fix case of labels in the `link_menu' so that it |