From c2e50e8804b3fae825bb489432a5258770632436 Mon Sep 17 00:00:00 2001 From: Anna Marie Dirks Date: Tue, 31 Jul 2001 20:53:46 +0000 Subject: Changed the title of this dialog to "Enter Password". 2001-07-31 Anna Marie Dirks * mail-mt.c (do_get_pass): Changed the title of this dialog to "Enter Password". svn path=/trunk/; revision=11534 --- mail/ChangeLog | 5 +++++ mail/mail-mt.c | 2 ++ 2 files changed, 7 insertions(+) diff --git a/mail/ChangeLog b/mail/ChangeLog index f1ced15650..cf3bef97d4 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2001-07-31 Anna Marie Dirks + * mail-mt.c (do_get_pass): Changed the title of this dialog + to "Enter Password". + 2001-07-30 Jeffrey Stedfast * mail-mt.c (do_get_pass): We are not guarenteed to have a @@ -33,6 +37,7 @@ * mail-account-gui.c (mail_account_gui_new): Restore old security settings from the saved configuration. Fixes bug #5710. +>>>>>>> 1.1477 2001-07-30 Not Zed * mail-session.c (do_register_timeout): Actually add the timeout, diff --git a/mail/mail-mt.c b/mail/mail-mt.c index a0d500ebd2..41501f8a29 100644 --- a/mail/mail-mt.c +++ b/mail/mail-mt.c @@ -485,6 +485,8 @@ do_get_pass (struct _mail_msg *mm) /* hrm, we can't run this async since the gui_port from which we're called will reply to our message for us */ + + gtk_window_set_title (GTK_WINDOW(dialogue), "Enter Password"); gnome_dialog_run_and_close ((GnomeDialog *)dialogue); /*gtk_widget_show(dialogue);*/ -- cgit v1.2.3