From 207303df9e2464c379d3b6e63f388d58332a428a Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 30 Jan 2002 23:46:32 +0000 Subject: Pass the parent window to mail_account_editor_new(). 2002-01-30 Jeffrey Stedfast * 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 --- mail/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'mail/ChangeLog') 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 + + * 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 * mail-format.c (handle_text_plain_flowed): print quoted text in -- cgit v1.2.3