[nautilus] toolbar: reduce operations button timeout to show it



commit 1a8fd4cf015def0a9fea4911cb945d6ca40c0539
Author: Carlos Soriano <csoriano gnome org>
Date:   Wed Aug 19 18:30:51 2015 +0200

    toolbar: reduce operations button timeout to show it
    
    And instead increase the timeout to hide the button to allow
    not flash but don't take too much in provide feedback that
    and operation is being done
    
    https://bugzilla.gnome.org/show_bug.cgi?id=753728

 src/nautilus-toolbar.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/nautilus-toolbar.c b/src/nautilus-toolbar.c
index a60cbd0..1fe2f96 100644
--- a/src/nautilus-toolbar.c
+++ b/src/nautilus-toolbar.c
@@ -39,8 +39,8 @@
 #include <glib/gi18n.h>
 #include <math.h>
 
-#define OPERATION_MINIMUM_TIME 5 //s
-#define REMOVE_FINISHED_OPERATIONS_TIEMOUT 2 //s
+#define OPERATION_MINIMUM_TIME 2 //s
+#define REMOVE_FINISHED_OPERATIONS_TIEMOUT 3 //s
 
 typedef enum {
        NAUTILUS_NAVIGATION_DIRECTION_NONE,


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