diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-04-28 23:51:57 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-04-28 23:51:57 +0800 |
commit | fdf4f455f632048edbb63096b767453456c617e4 (patch) | |
tree | faff1243782d2c42c610d9343e08b4f6feea0f70 /mail/ChangeLog | |
parent | 518c1cc2fd6d3e7255bc498e4ca67872b7370c4f (diff) | |
download | gsoc2013-evolution-fdf4f455f632048edbb63096b767453456c617e4.tar gsoc2013-evolution-fdf4f455f632048edbb63096b767453456c617e4.tar.gz gsoc2013-evolution-fdf4f455f632048edbb63096b767453456c617e4.tar.bz2 gsoc2013-evolution-fdf4f455f632048edbb63096b767453456c617e4.tar.lz gsoc2013-evolution-fdf4f455f632048edbb63096b767453456c617e4.tar.xz gsoc2013-evolution-fdf4f455f632048edbb63096b767453456c617e4.tar.zst gsoc2013-evolution-fdf4f455f632048edbb63096b767453456c617e4.zip |
Use g_shell_parse_argv() to get the actual script path and then check that
2004-04-28 Jeffrey Stedfast <fejj@ximian.com>
* em-composer-prefs.c (sig_add_script_response): Use
g_shell_parse_argv() to get the actual script path and then check
that we can exec argv[0] rather than treating the entire
command-line as the signature script. Fixes bug #57305.
svn path=/trunk/; revision=25667
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index b705728b06..8de4e11651 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2004-04-28 Jeffrey Stedfast <fejj@ximian.com> + + * em-composer-prefs.c (sig_add_script_response): Use + g_shell_parse_argv() to get the actual script path and then check + that we can exec argv[0] rather than treating the entire + command-line as the signature script. Fixes bug #57305. + 2004-04-28 Not Zed <NotZed@Ximian.com> * message-list.c (ml_selection_clear_event): return the right |