[gnumeric] Minor cosmetic change.



commit 26278251248fe55c5254bb4ab280507dc1c81764
Author: Jean Brefort <jean brefort normalesup org>
Date:   Sat Nov 11 11:44:58 2017 +0100

    Minor cosmetic change.

 src/sheet-control-gui.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/sheet-control-gui.c b/src/sheet-control-gui.c
index b98f999..ac2912b 100644
--- a/src/sheet-control-gui.c
+++ b/src/sheet-control-gui.c
@@ -521,8 +521,8 @@ scg_scrollbar_config_real (SheetControl const *sc)
 static void
 scg_scrollbar_config (SheetControl const *sc)
 {
-       // See bug 789412
-       g_timeout_add (10,
+       /* See bug 789412 */
+       g_timeout_add (1,
                       (GSourceFunc) scg_scrollbar_config_real,
                       (gpointer)sc);
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]