aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnna Marie Dirks <anna@ximian.com>2001-08-01 04:53:46 +0800
committerAnna Dirks <anna@src.gnome.org>2001-08-01 04:53:46 +0800
commitc2e50e8804b3fae825bb489432a5258770632436 (patch)
tree12009b139689d3801d75621ad3ba6c5ebd4d54e1
parent74a3677ea7e4358a26738b25af49966f291dee02 (diff)
downloadgsoc2013-evolution-c2e50e8804b3fae825bb489432a5258770632436.tar
gsoc2013-evolution-c2e50e8804b3fae825bb489432a5258770632436.tar.gz
gsoc2013-evolution-c2e50e8804b3fae825bb489432a5258770632436.tar.bz2
gsoc2013-evolution-c2e50e8804b3fae825bb489432a5258770632436.tar.lz
gsoc2013-evolution-c2e50e8804b3fae825bb489432a5258770632436.tar.xz
gsoc2013-evolution-c2e50e8804b3fae825bb489432a5258770632436.tar.zst
gsoc2013-evolution-c2e50e8804b3fae825bb489432a5258770632436.zip
Changed the title of this dialog to "Enter Password".
2001-07-31 Anna Marie Dirks <anna@ximian.com> * mail-mt.c (do_get_pass): Changed the title of this dialog to "Enter Password". svn path=/trunk/; revision=11534
-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);*/