[gnome-builder/wip/gtk4-port: 699/1774] plugins/symbol-tree: use previous delay period
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port: 699/1774] plugins/symbol-tree: use previous delay period
- Date: Mon, 11 Jul 2022 22:31:20 +0000 (UTC)
commit c05cd1d02015fddf2e039027ef9d5a0b3057e112
Author: Christian Hergert <chergert redhat com>
Date: Thu Apr 21 17:04:32 2022 -0700
plugins/symbol-tree: use previous delay period
Previously we had 500 as the delay, so we should continue to use that
until we have a reason to do otherwise.
src/plugins/symbol-tree/gbp-symbol-workspace-addin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/symbol-tree/gbp-symbol-workspace-addin.c
b/src/plugins/symbol-tree/gbp-symbol-workspace-addin.c
index d8a1b001c..ecdd9dfaa 100644
--- a/src/plugins/symbol-tree/gbp-symbol-workspace-addin.c
+++ b/src/plugins/symbol-tree/gbp-symbol-workspace-addin.c
@@ -32,7 +32,7 @@
#include "gbp-symbol-workspace-addin.h"
#include "gbp-symbol-util.h"
-#define RELOAD_DELAY_MSEC 150
+#define RELOAD_DELAY_MSEC 500
struct _GbpSymbolWorkspaceAddin
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]