[file-roller] set the timeout to show the progress dialog to 3 seconds



commit 7889cef052a6336afb16cf2317d25532ff463a03
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Mon Jun 18 18:19:19 2012 +0200

    set the timeout to show the progress dialog to 3 seconds

 src/fr-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/fr-window.c b/src/fr-window.c
index 370c9f6..0f6f068 100644
--- a/src/fr-window.c
+++ b/src/fr-window.c
@@ -60,8 +60,8 @@
 #define ACTIVITY_PULSE_STEP (0.033)
 #define MAX_MESSAGE_LENGTH 50
 
-#define PROGRESS_TIMEOUT_MSECS 5000
 #define PROGRESS_DIALOG_DEFAULT_WIDTH 500
+#define PROGRESS_TIMEOUT_MSECS 3000
 #define PROGRESS_BAR_HEIGHT 10
 #undef  LOG_PROGRESS
 



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