diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-03-12 05:11:44 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-03-12 05:11:44 +0800 |
commit | 179239f0e51b4ae7470482d1053378aad981eb7a (patch) | |
tree | 2dd79a01327a393826447e5c89f5c1909f0a551b /mail/ChangeLog | |
parent | 245e48af1118c758b4810fa7f0344e48451f40cc (diff) | |
download | gsoc2013-evolution-179239f0e51b4ae7470482d1053378aad981eb7a.tar gsoc2013-evolution-179239f0e51b4ae7470482d1053378aad981eb7a.tar.gz gsoc2013-evolution-179239f0e51b4ae7470482d1053378aad981eb7a.tar.bz2 gsoc2013-evolution-179239f0e51b4ae7470482d1053378aad981eb7a.tar.lz gsoc2013-evolution-179239f0e51b4ae7470482d1053378aad981eb7a.tar.xz gsoc2013-evolution-179239f0e51b4ae7470482d1053378aad981eb7a.tar.zst gsoc2013-evolution-179239f0e51b4ae7470482d1053378aad981eb7a.zip |
Use gtk_window_set_transient_for() on the druid with the settings dialog
2003-03-11 Jeffrey Stedfast <fejj@ximian.com>
* mail-accounts.c (account_add_clicked): Use
gtk_window_set_transient_for() on the druid with the settings
dialog as the parent window.
svn path=/trunk/; revision=20253
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index be91569175..7d3d3d2f4d 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2003-03-11 Jeffrey Stedfast <fejj@ximian.com> + + * mail-accounts.c (account_add_clicked): Use + gtk_window_set_transient_for() on the druid with the settings + dialog as the parent window. + 2003-03-10 Jeffrey Stedfast <fejj@ximian.com> * mail-signature-editor.c (do_exit): Remove the yes/no |