[gimp] Bug 686379: In the JPEG save dialog, checking/unchecking XMP...



commit ef5cd8d80a83ea51ed2a474fe85929f9034b9b1c
Author: Massimo Valentini <mvalentini src gnome org>
Date:   Mon Oct 22 18:16:48 2012 +0200

    Bug 686379: In the JPEG save dialog, checking/unchecking XMP...
    
    saving, don't update JPEG size

 plug-ins/file-jpeg/jpeg-save.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/plug-ins/file-jpeg/jpeg-save.c b/plug-ins/file-jpeg/jpeg-save.c
index 71a7c50..1c38561 100644
--- a/plug-ins/file-jpeg/jpeg-save.c
+++ b/plug-ins/file-jpeg/jpeg-save.c
@@ -1044,6 +1044,9 @@ save_dialog (void)
   g_signal_connect (toggle, "toggled",
                     G_CALLBACK (gimp_toggle_button_update),
                     &jsvals.save_xmp);
+  g_signal_connect (toggle, "toggled",
+                    G_CALLBACK (make_preview),
+                    NULL);
 
   gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (toggle),
                                 jsvals.save_xmp && has_metadata);



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