[gtk+] entry completion: Reduce the timeout



commit c73325c6b0a1b3f50a6b526170ab9eec1e322213
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Dec 5 14:12:27 2015 -0500

    entry completion: Reduce the timeout
    
    Pop up the completion window after 100ms. The previous timeout
    of 300ms was making completions feel slow.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=758929

 gtk/gtkentrycompletion.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkentrycompletion.c b/gtk/gtkentrycompletion.c
index 9acae9d..8026806 100644
--- a/gtk/gtkentrycompletion.c
+++ b/gtk/gtkentrycompletion.c
@@ -90,7 +90,7 @@
 #include <string.h>
 
 #define PAGE_STEP 14
-#define COMPLETION_TIMEOUT 300
+#define COMPLETION_TIMEOUT 100
 
 /* signals */
 enum


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