[balsa] Increase a timeout interval



commit b272089413b52e6150098d6ca41162f600b3f4ac
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Sat May 27 21:03:15 2017 -0400

    Increase a timeout interval
    
        * src/main.c (real_main): increase the fix-panes timeout again,
          from 700 to 800 msec.

 ChangeLog  |    7 +++++++
 src/main.c |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index b1f98e7..bb2cb20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2017-05-27  Peter Bloomfield  <pbloomfield bellsouth net>
 
+       Increase a timeout interval
+
+       * src/main.c (real_main): increase the fix-panes timeout again,
+         from 700 to 800 msec.
+
+2017-05-27  Peter Bloomfield  <pbloomfield bellsouth net>
+
        Remove unused code
 
        * libbalsa/misc.c: libbalsa_guess_pop_server and
diff --git a/src/main.c b/src/main.c
index c121e34..727a09d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -615,7 +615,7 @@ real_main(int argc, char *argv[])
          * to not maximized a couple of times, so we wait until it has
          * stabilized (100 msec is not enough!).
          */
-        g_timeout_add(700, (GSourceFunc) balsa_window_fix_paned, balsa_app.main_window);
+        g_timeout_add(800, (GSourceFunc) balsa_window_fix_paned, balsa_app.main_window);
     } else {
         /* No need to wait. */
         g_idle_add((GSourceFunc) balsa_window_fix_paned, balsa_app.main_window);


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