summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-02-14 05:50:28 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-02-14 05:50:28 +0000
commit46cdab5bf7357f8e502cbe4f8ce7bd03f543cb9e (patch)
tree10eca4eaef16f8d45bb1d2023839c1491216b11b /ChangeLog
parent7bcb1977db20099d686099802efd1fbf393c92ee (diff)
Only discontinue timer if nothing was updated in the last cycle.
2006-02-13 Behdad Esfahbod <behdad@gnome.org> * src/vte.c (update_timeout): Only discontinue timer if nothing was updated in the last cycle.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39fc796..98e5aca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-02-13 Behdad Esfahbod <behdad@gnome.org>
+ * src/vte.c (update_timeout): Only discontinue timer if nothing
+ was updated in the last cycle.
+
+2006-02-13 Behdad Esfahbod <behdad@gnome.org>
+
* gnome-pty-helper/gnome-pty-helper.c: Fix race condition when
shutdown_helper may be called again from the signal handler when
it's already running. (bug #331056)