diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-01-31 07:46:32 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-01-31 07:46:32 +0800 |
commit | 207303df9e2464c379d3b6e63f388d58332a428a (patch) | |
tree | d0f8ee7c35b07a598f4e42843ebe64974e76f0b0 /mail/ChangeLog | |
parent | e456a9a26422dcc2dcaa7dbc1fd1e392b80bb95a (diff) | |
download | gsoc2013-evolution-207303df9e2464c379d3b6e63f388d58332a428a.tar.gz gsoc2013-evolution-207303df9e2464c379d3b6e63f388d58332a428a.tar.zst gsoc2013-evolution-207303df9e2464c379d3b6e63f388d58332a428a.zip |
Pass the parent window to mail_account_editor_new().
2002-01-30 Jeffrey Stedfast <fejj@ximian.com>
* mail-accounts.c (mail_edit): Pass the parent window to
mail_account_editor_new().
* mail-account-editor.c (mail_account_editor_new): Set the parent
window here because construct() inadvertantly
gtk_widget_show_all's the editor.
* mail-account-gui.c (mail_account_gui_save): Use g_basename()
rather than strrchr for '/' especially since the strrchr code
wasn't doing any NULL checks.
svn path=/trunk/; revision=15533
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index b8f2c02556..9d03ad328e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,16 @@ +2002-01-30 Jeffrey Stedfast <fejj@ximian.com> + + * mail-accounts.c (mail_edit): Pass the parent window to + mail_account_editor_new(). + + * mail-account-editor.c (mail_account_editor_new): Set the parent + window here because construct() inadvertantly + gtk_widget_show_all's the editor. + + * mail-account-gui.c (mail_account_gui_save): Use g_basename() + rather than strrchr for '/' especially since the strrchr code + wasn't doing any NULL checks. + 2002-01-30 Radek Doulik <rodo@ximian.com> * mail-format.c (handle_text_plain_flowed): print quoted text in |