[gimp] plug-ins: Remember BMP options across invocations



commit bb02019aa0cc3faaba6b09bbb334d5b36c167996
Author: Martin Nordholts <martinn src gnome org>
Date:   Fri Aug 12 18:39:50 2011 +0200

    plug-ins: Remember BMP options across invocations
    
    There is no reason to not do that, especially since we soon will make
    color space information in the BMP file optional.

 plug-ins/file-bmp/bmp-write.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/file-bmp/bmp-write.c b/plug-ins/file-bmp/bmp-write.c
index 43455c3..f8feb61 100644
--- a/plug-ins/file-bmp/bmp-write.c
+++ b/plug-ins/file-bmp/bmp-write.c
@@ -248,7 +248,7 @@ WriteBMP (const gchar  *filename,
   BMPSaveData.use_run_length_encoding = 0;
   mask_info_size = 0;
 
-  if (!interactive && lastvals)
+  if (interactive || lastvals)
     {
       gimp_get_data (SAVE_PROC, &BMPSaveData);
     }



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