diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-05-12 02:46:10 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-05-12 02:46:10 +0800 |
commit | 2cdd37023cf53fa60302e7ffe26d912d891d62c4 (patch) | |
tree | c8302c026f16b5aeeaaed3fe5b5b15ded59846ff /mail/ChangeLog | |
parent | daf971fbe586b9ed7cf9293172d8cd267648c766 (diff) | |
download | gsoc2013-evolution-2cdd37023cf53fa60302e7ffe26d912d891d62c4.tar.gz gsoc2013-evolution-2cdd37023cf53fa60302e7ffe26d912d891d62c4.tar.zst gsoc2013-evolution-2cdd37023cf53fa60302e7ffe26d912d891d62c4.zip |
Don't allow multiple copies of this to be run at a time.
2001-05-11 Jeffrey Stedfast <fejj@ximian.com>
* mail-vfolder.c (vfolder_edit): Don't allow multiple copies of
this to be run at a time.
* mail-callbacks.c (providers_config): Don't allow multiple copies
of this to be run at a time.
(manage_subscriptions): Same, but this was a tad more kludgy since
we don't gnome_dialog_run_and_close() this one. I had to make the
widget a semi-global variable. yuck :\
(filter_edit): Same.
svn path=/trunk/; revision=9762
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 3cbecc9e56..5c1c173425 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,15 @@ +2001-05-11 Jeffrey Stedfast <fejj@ximian.com> + + * mail-vfolder.c (vfolder_edit): Don't allow multiple copies of + this to be run at a time. + + * mail-callbacks.c (providers_config): Don't allow multiple copies + of this to be run at a time. + (manage_subscriptions): Same, but this was a tad more kludgy since + we don't gnome_dialog_run_and_close() this one. I had to make the + widget a semi-global variable. yuck :\ + (filter_edit): Same. + 2001-05-11 Jon Trowbridge <trow@ximian.com> * e-searching-tokenizer.c (e_searching_tokenizer_new): |