docs: shorten the shooter timeout

This commit is contained in:
William Jon McCann 2014-02-13 18:19:36 -05:00 committed by Matthias Clasen
parent 283804c0bf
commit 83ed0f8d47

View File

@ -265,7 +265,7 @@ on_show (WidgetInfo *info)
if (shot_id != 0)
return;
shot_id = g_timeout_add (1000, (GSourceFunc) shoot_one, info);
shot_id = g_timeout_add (500, (GSourceFunc) shoot_one, info);
}
static gboolean