diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-02-14 05:50:28 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-02-14 05:50:28 +0000 |
commit | 46cdab5bf7357f8e502cbe4f8ce7bd03f543cb9e (patch) | |
tree | 10eca4eaef16f8d45bb1d2023839c1491216b11b /ChangeLog | |
parent | 7bcb1977db20099d686099802efd1fbf393c92ee (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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) |