summaryrefslogtreecommitdiff
path: root/docs/tools
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-13 18:19:36 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-02-13 20:59:26 -0500
commit83ed0f8d47b066c555b316823fa9feacd9166637 (patch)
tree5ff47eb5ba2d8cc192b71e953eba8260bf5ffd1b /docs/tools
parent283804c0bf53934a764095ecd1104e60ebf24d17 (diff)
downloadgtk+-83ed0f8d47b066c555b316823fa9feacd9166637.tar.gz
docs: shorten the shooter timeout
Diffstat (limited to 'docs/tools')
-rw-r--r--docs/tools/shooter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tools/shooter.c b/docs/tools/shooter.c
index edabe9e673..8cefa8bbf7 100644
--- a/docs/tools/shooter.c
+++ b/docs/tools/shooter.c
@@ -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