[gthumb/ext] show progress bar after 0.5 sec to make ops feel more responsive



commit 7e617bf6619cb7bac8e0869edb0ca5f008b1ca66
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date:   Wed Oct 7 08:44:15 2009 -0400

    show progress bar after 0.5 sec to make ops feel more responsive
    
    Partially addresses bug 594796

 gthumb/gth-progress-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-progress-dialog.c b/gthumb/gth-progress-dialog.c
index d5be6b0..3de70c1 100644
--- a/gthumb/gth-progress-dialog.c
+++ b/gthumb/gth-progress-dialog.c
@@ -26,7 +26,7 @@
 #include "gtk-utils.h"
 
 #define DIALOG_WIDTH 450
-#define SHOW_DELAY 1000
+#define SHOW_DELAY 500
 
 
 /* -- gth_task_progress -- */



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