summaryrefslogtreecommitdiff
path: root/gtk/gtk_schedule.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtk_schedule.c')
-rw-r--r--gtk/gtk_schedule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtk_schedule.c b/gtk/gtk_schedule.c
index 194b58fd1..2bee6b6c5 100644
--- a/gtk/gtk_schedule.c
+++ b/gtk/gtk_schedule.c
@@ -84,7 +84,7 @@ schedule_remove(void (*callback)(void *p), void *p)
void
schedule(int t, void (*callback)(void *p), void *p)
{
- const int msec_timeout = t * 100;
+ const int msec_timeout = t * 10;
_nsgtk_callback_t *cb = malloc(sizeof(_nsgtk_callback_t));
/* Kill any pending schedule of this kind. */
schedule_remove(callback, p);