[nautilus] Shorten the live search timeout value



commit d04414607c4c8ee7dec9b930c1d68dc249e491ab
Author: William Jon McCann <jmccann redhat com>
Date:   Fri Jul 13 19:24:25 2012 -0400

    Shorten the live search timeout value
    
    This makes search more responsive.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=679900

 src/nautilus-query-editor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-query-editor.c b/src/nautilus-query-editor.c
index a30fd0f..56752f4 100644
--- a/src/nautilus-query-editor.c
+++ b/src/nautilus-query-editor.c
@@ -331,7 +331,7 @@ typing_timeout_cb (gpointer user_data)
 	return FALSE;
 }
 
-#define TYPING_TIMEOUT 750
+#define TYPING_TIMEOUT 250
 
 static void
 entry_changed_cb (GtkWidget *entry, NautilusQueryEditor *editor)



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