[epiphany/gnome-3-10] search-provider: tweak default timeout



commit d4b0e5a6c994e2d6ebb77ecb7338404772fefbc7
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Thu Sep 11 18:49:22 2014 -0500

    search-provider: tweak default timeout
    
    As recommended by Giovanni in bug #736449

 src/ephy-search-provider.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-search-provider.c b/src/ephy-search-provider.c
index 3b41f07..8d79b22 100644
--- a/src/ephy-search-provider.c
+++ b/src/ephy-search-provider.c
@@ -52,7 +52,7 @@ struct _EphySearchProviderClass
 
 G_DEFINE_TYPE (EphySearchProvider, ephy_search_provider, G_TYPE_APPLICATION)
 
-#define INACTIVITY_TIMEOUT 10000 /* Ten seconds, in milliseconds */
+#define INACTIVITY_TIMEOUT 60 * 1000 /* One minute, in milliseconds */
 
 static void
 on_model_updated (EphyHistoryService *service,


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