From 1a8fd4cf015def0a9fea4911cb945d6ca40c0539 Mon Sep 17 00:00:00 2001 From: Carlos Soriano Date: Wed, 19 Aug 2015 18:30:51 +0200 Subject: 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 file 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 #include -#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, -- cgit v1.2.1