aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/mail-mt.c2
2 files changed, 7 insertions, 0 deletions
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 <anna@ximian.com>
+ * mail-mt.c (do_get_pass): Changed the title of this dialog
+ to "Enter Password".
+
2001-07-30 Jeffrey Stedfast <fejj@ximian.com>
* 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 <NotZed@Ximian.com>
* 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);*/