summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-08-19 18:30:51 +0200
committerCarlos Soriano <csoriano@gnome.org>2015-08-20 00:50:40 +0200
commit1a8fd4cf015def0a9fea4911cb945d6ca40c0539 (patch)
treed4b1975e4b965d42546839e9c55a2354fcac508b
parentb8d76f9aae3ff6eae94c689f704f9d50e67899e9 (diff)
downloadnautilus-1a8fd4cf015def0a9fea4911cb945d6ca40c0539.tar.gz
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
-rw-r--r--src/nautilus-toolbar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nautilus-toolbar.c b/src/nautilus-toolbar.c
index a60cbd0e9..1fe2f9601 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,