[gimp] file-pnm: Bump rate of progress update when saving



commit 19f4843c66307baff756118309592f5eee92663c
Author: Mukund Sivaraman <muks banu com>
Date:   Tue Jan 20 21:03:24 2015 +0530

    file-pnm: Bump rate of progress update when saving

 plug-ins/common/file-pnm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/common/file-pnm.c b/plug-ins/common/file-pnm.c
index 3ce2ed3..63c1dd9 100644
--- a/plug-ins/common/file-pnm.c
+++ b/plug-ins/common/file-pnm.c
@@ -1369,7 +1369,7 @@ save_image (GFile     *file,
 
       d += xres * (np ? np : 1);
 
-      if ((ypos % 20) == 0)
+      if (ypos % 32 == 0)
         gimp_progress_update ((double) ypos / (double) yres);
     }
 


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