[gtk+] docs: shorten the shooter timeout
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] docs: shorten the shooter timeout
- Date: Fri, 14 Feb 2014 02:50:20 +0000 (UTC)
commit 83ed0f8d47b066c555b316823fa9feacd9166637
Author: William Jon McCann <william jon mccann gmail com>
Date: Thu Feb 13 18:19:36 2014 -0500
docs: shorten the shooter timeout
docs/tools/shooter.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/docs/tools/shooter.c b/docs/tools/shooter.c
index edabe9e..8cefa8b 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]