diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-03-21 01:55:12 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-03-21 01:55:12 +0800 |
commit | d7f89b244f8df95dc3f5ca6fbfc39f99db9a2659 (patch) | |
tree | 6a6429b14aea341ed7e9d9032076a27505468fae /mail/ChangeLog | |
parent | aa30af489775562d385eab6200961b8b5d653c87 (diff) | |
download | gsoc2013-evolution-d7f89b244f8df95dc3f5ca6fbfc39f99db9a2659.tar gsoc2013-evolution-d7f89b244f8df95dc3f5ca6fbfc39f99db9a2659.tar.gz gsoc2013-evolution-d7f89b244f8df95dc3f5ca6fbfc39f99db9a2659.tar.bz2 gsoc2013-evolution-d7f89b244f8df95dc3f5ca6fbfc39f99db9a2659.tar.lz gsoc2013-evolution-d7f89b244f8df95dc3f5ca6fbfc39f99db9a2659.tar.xz gsoc2013-evolution-d7f89b244f8df95dc3f5ca6fbfc39f99db9a2659.tar.zst gsoc2013-evolution-d7f89b244f8df95dc3f5ca6fbfc39f99db9a2659.zip |
Make the 5th argument to gtk_message_dialog_new() "%s" and move the
2003-03-20 Jeffrey Stedfast <fejj@ximian.com>
* mail-session.c (do_user_message): Make the 5th argument to
gtk_message_dialog_new() "%s" and move the m->prompt to arg 6 so
that we are safe if the prompt string contains any %'s. Also
connect to the response signal for the user_msg dialog and set the
callback to gtk_widget_destroy so that the user can actually close
the dialog. We also need to g_object_weak_ref() the dialog so that
we can set the global message_dialog pointer back to NULL when it
gets destroyed. Fixes bug #40043.
svn path=/trunk/; revision=20435
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 068f157c94..d4bb8a9198 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,14 @@ +2003-03-20 Jeffrey Stedfast <fejj@ximian.com> + + * mail-session.c (do_user_message): Make the 5th argument to + gtk_message_dialog_new() "%s" and move the m->prompt to arg 6 so + that we are safe if the prompt string contains any %'s. Also + connect to the response signal for the user_msg dialog and set the + callback to gtk_widget_destroy so that the user can actually close + the dialog. We also need to g_object_weak_ref() the dialog so that + we can set the global message_dialog pointer back to NULL when it + gets destroyed. Fixes bug #40043. + 2003-03-20 Dan Winship <danw@ximian.com> * mail-ops.c (build_from): Remove this since there's a function in |