From 2d5792d1da3c9b03e508f82245df42a58a1d6cfd Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Tue, 4 Aug 2009 20:27:53 +0200 Subject: [PATCH] app: increase the timeout for temporary status-bar messages to 8 seconds --- app/display/gimpstatusbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/display/gimpstatusbar.c b/app/display/gimpstatusbar.c index 7c860f3214..99756d47bd 100644 --- a/app/display/gimpstatusbar.c +++ b/app/display/gimpstatusbar.c @@ -53,7 +53,7 @@ #define ICON_SPACING 2 /* timeout (in milliseconds) for temporary statusbar messages */ -#define MESSAGE_TIMEOUT 5000 +#define MESSAGE_TIMEOUT 8000 typedef struct _GimpStatusbarMsg GimpStatusbarMsg;