[gimp/gimp-2-8] Bug 686379: In the JPEG save dialog, checking/unchecking XMP...
- From: Massimo Valentini <mvalentini src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-8] Bug 686379: In the JPEG save dialog, checking/unchecking XMP...
- Date: Mon, 22 Oct 2012 16:27:46 +0000 (UTC)
commit b1a6ac706026afe36357c1ddb450caf7a96b9571
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]