mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 21:40:19 +00:00
docs: shorten the shooter timeout
This commit is contained in:
parent
283804c0bf
commit
83ed0f8d47
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user