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

saving, don't update JPEG size
This commit is contained in:
Massimo Valentini 2012-10-22 18:16:48 +02:00
parent ca4dadefa4
commit ef5cd8d80a
1 changed files with 3 additions and 0 deletions

View File

@ -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);