diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-07-27 04:44:03 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-07-27 04:44:03 +0800 |
commit | 435f2e3e58a73338422f40c7c98638b024b03550 (patch) | |
tree | 1ced8bcc9b8849a64b058b941b744084df54b598 /mail/ChangeLog | |
parent | 7c5e6a4cd1a8bc01d18a54a298a68808d96fd22a (diff) | |
download | gsoc2013-evolution-435f2e3e58a73338422f40c7c98638b024b03550.tar gsoc2013-evolution-435f2e3e58a73338422f40c7c98638b024b03550.tar.gz gsoc2013-evolution-435f2e3e58a73338422f40c7c98638b024b03550.tar.bz2 gsoc2013-evolution-435f2e3e58a73338422f40c7c98638b024b03550.tar.lz gsoc2013-evolution-435f2e3e58a73338422f40c7c98638b024b03550.tar.xz gsoc2013-evolution-435f2e3e58a73338422f40c7c98638b024b03550.tar.zst gsoc2013-evolution-435f2e3e58a73338422f40c7c98638b024b03550.zip |
No real need for this to be an async function sync we are going to call
2002-07-26 Jeffrey Stedfast <fejj@ximian.com>
* mail-ops.c (mail_execute_shell_command): No real need for this
to be an async function sync we are going to call
gnome_execute_async anyway.
svn path=/trunk/; revision=17620
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index e0f8117b68..c5e02b0ed4 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,9 @@ 2002-07-26 Jeffrey Stedfast <fejj@ximian.com> + * mail-ops.c (mail_execute_shell_command): No real need for this + to be an async function sync we are going to call + gnome_execute_async anyway. + * component-factory.c (create_component): Add a new menu item for posting to the New toolbar button thing. (destination_folder_handle_drop): Don't use a NULL exception when |