aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-activity-client.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2001-07-31 10:55:20 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-07-31 10:55:20 +0800
commit7076a58a3e805f19b973878f0a193cc153874171 (patch)
treea83635c2a1abb8954243e6f2e17fd728031b98c8 /shell/evolution-activity-client.c
parent360b921ac3964fde6a4ff4314095f27aac6b9c42 (diff)
downloadgsoc2013-evolution-7076a58a3e805f19b973878f0a193cc153874171.tar
gsoc2013-evolution-7076a58a3e805f19b973878f0a193cc153874171.tar.gz
gsoc2013-evolution-7076a58a3e805f19b973878f0a193cc153874171.tar.bz2
gsoc2013-evolution-7076a58a3e805f19b973878f0a193cc153874171.tar.lz
gsoc2013-evolution-7076a58a3e805f19b973878f0a193cc153874171.tar.xz
gsoc2013-evolution-7076a58a3e805f19b973878f0a193cc153874171.tar.zst
gsoc2013-evolution-7076a58a3e805f19b973878f0a193cc153874171.zip
Also update have_pending_update before calling corba, as below.
2001-07-31 Not Zed <NotZed@Ximian.com> * evolution-activity-client.c (evolution_activity_client_update): Also update have_pending_update before calling corba, as below. svn path=/trunk/; revision=11499
Diffstat (limited to 'shell/evolution-activity-client.c')
-rw-r--r--shell/evolution-activity-client.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/evolution-activity-client.c b/shell/evolution-activity-client.c
index 696561f78d..d34f0effc3 100644
--- a/shell/evolution-activity-client.c
+++ b/shell/evolution-activity-client.c
@@ -439,6 +439,7 @@ evolution_activity_client_update (EvolutionActivityClient *activity_client,
/* First of all, we set up a timeout so we can check against it
at the next update request. */
+ priv->have_pending_update = FALSE;
priv->next_update_timeout_id = g_timeout_add (UPDATE_DELAY,
update_timeout_callback,
activity_client);
@@ -447,8 +448,6 @@ evolution_activity_client_update (EvolutionActivityClient *activity_client,
g_print ("*** ActivityClient: g_timeout_add %d %p [%ld]\n",
priv->next_update_timeout_id, activity_client, (long) pthread_self ());
-
- priv->have_pending_update = FALSE;
} else {
/* There is a pending timeout, so the last CORBA update
happened less than UPDATE_DELAY msecs ago. So just queue an