diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-03-11 05:47:26 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-03-11 05:47:26 +0800 |
commit | 47430e5f9761b343a643bf2ec4354bdd942e634b (patch) | |
tree | 6e90f5054f2c44b28faf72b51931937cf4562939 /mail/ChangeLog | |
parent | f5f54e2eaa8e123473d5a20cef325e5418d1ee21 (diff) | |
download | gsoc2013-evolution-47430e5f9761b343a643bf2ec4354bdd942e634b.tar.gz gsoc2013-evolution-47430e5f9761b343a643bf2ec4354bdd942e634b.tar.zst gsoc2013-evolution-47430e5f9761b343a643bf2ec4354bdd942e634b.zip |
Removed an unused variable left over from an old attempted fix.
2004-03-10 Jeffrey Stedfast <fejj@ximian.com>
* em-format-html-display.c (efhd_xpkcs7mime_validity_clicked):
Removed an unused variable left over from an old attempted fix.
* em-folder-selector.c (emfs_response): Select the same folder in
the create-folder dialog as is selected in the parent selector
dialog. Fixes the rest of bug #53862.
svn path=/trunk/; revision=25014
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index ea2088737c..b3e3f8072f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,6 +1,13 @@ 2004-03-10 Jeffrey Stedfast <fejj@ximian.com> - Partial fix for bug #53862 + * em-format-html-display.c (efhd_xpkcs7mime_validity_clicked): + Removed an unused variable left over from an old attempted fix. + + * em-folder-selector.c (emfs_response): Select the same folder in + the create-folder dialog as is selected in the parent selector + dialog. Fixes the rest of bug #53862. + + Partial fix for bug #53862. * em-folder-selector.c (emfs_response): Connect to the newly added "folder-added" signal and save a created_uri string so that we can |