diff options
author | Dan Winship <danw@src.gnome.org> | 2003-03-22 02:21:21 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-03-22 02:21:21 +0800 |
commit | d66fdafdb7a8cca96aca191c717850a921be1984 (patch) | |
tree | f9c1b599fe3d10c478ce6e4ec91d96e8cc329d4d /shell/ChangeLog | |
parent | 8794fa517a53f6f54351bc0b2b81a839fba20b03 (diff) | |
download | gsoc2013-evolution-d66fdafdb7a8cca96aca191c717850a921be1984.tar.gz gsoc2013-evolution-d66fdafdb7a8cca96aca191c717850a921be1984.tar.zst gsoc2013-evolution-d66fdafdb7a8cca96aca191c717850a921be1984.zip |
If we get a second request to open a folder we're already waiting for,
* e-corba-storage.c (async_open_folder_idle): If we get a second
request to open a folder we're already waiting for, don't send a
second CORBA request, just remember the additional request.
(async_open_cb): Call the callbacks for all pending requests for
this folder.
svn path=/trunk/; revision=20456
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 07f4d8da91..55ba7b7048 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,11 @@ +2003-03-21 Dan Winship <danw@ximian.com> + + * e-corba-storage.c (async_open_folder_idle): If we get a second + request to open a folder we're already waiting for, don't send a + second CORBA request, just remember the additional request. + (async_open_cb): Call the callbacks for all pending requests for + this folder. + 2003-03-20 JP Rosevear <jpr@ximian.com> * e-shell-view-menu.c: remove unused command |