aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-07-22 09:40:25 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-07-22 09:40:25 +0800
commit0fbe9a34fff10a2a1418f7fb8e7d36ce4a85c605 (patch)
tree304db8a520c909597c4899cb3dd27d7992627b3a /shell/ChangeLog
parentf8e8ceae17a52a80b5d5af2d56704b5334e66b23 (diff)
downloadgsoc2013-evolution-0fbe9a34fff10a2a1418f7fb8e7d36ce4a85c605.tar
gsoc2013-evolution-0fbe9a34fff10a2a1418f7fb8e7d36ce4a85c605.tar.gz
gsoc2013-evolution-0fbe9a34fff10a2a1418f7fb8e7d36ce4a85c605.tar.bz2
gsoc2013-evolution-0fbe9a34fff10a2a1418f7fb8e7d36ce4a85c605.tar.lz
gsoc2013-evolution-0fbe9a34fff10a2a1418f7fb8e7d36ce4a85c605.tar.xz
gsoc2013-evolution-0fbe9a34fff10a2a1418f7fb8e7d36ce4a85c605.tar.zst
gsoc2013-evolution-0fbe9a34fff10a2a1418f7fb8e7d36ce4a85c605.zip
Use `g_source_remove()' instead of `gtk_timeout_remove()' here, as we are
* evolution-activity-client.c (impl_destroy): Use `g_source_remove()' instead of `gtk_timeout_remove()' here, as we are using `g_timeout_add()' and not `gtk_timeout_add()' to set up the timeout callback. (update_timeout_callback): Reset `have_pending_update' when returning %TRUE. Set the timeout id to zero when returning %FALSE. svn path=/trunk/; revision=11295
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index c452918e3e..266a02140e 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,13 @@
+2001-07-21 Ettore Perazzoli <ettore@ximian.com>
+
+ * evolution-activity-client.c (impl_destroy): Use
+ `g_source_remove()' instead of `gtk_timeout_remove()' here, as we
+ are using `g_timeout_add()' and not `gtk_timeout_add()' to set up
+ the timeout callback.
+ (update_timeout_callback): Reset `have_pending_update' when
+ returning %TRUE. Set the timeout id to zero when returning
+ %FALSE.
+
2001-07-20 Jason Leach <jleach@ximian.com>
[Fix a crash if you start evolution with a bad URI.]