Set default value for toggle, and only have it span one table cell.

2003-09-24  Dave Neary  <bolsh@gimp.org>

        * plug-ins/common/jpeg.c: Set default value for toggle, and
        only have it span one table cell.
This commit is contained in:
Dave Neary 2003-09-24 17:07:54 +00:00 committed by David Neary
parent 55f938fa01
commit d67f3d705e
8 changed files with 33 additions and 7 deletions

View File

@ -1,3 +1,8 @@
2003-09-24 Dave Neary <bolsh@gimp.org>
* plug-ins/common/jpeg.c: Set default value for toggle, and
only have it span one table cell.
2003-09-24 Michael Natterer <mitch@gimp.org>
* app/gui/dialogs-constructors.c (dialogs_get_view_menu_func):

View File

@ -1871,13 +1871,16 @@ save_dialog (void)
#ifdef HAVE_EXIF
exif_toggle = gtk_check_button_new_with_label (_("Save EXIF data"));
gtk_table_attach (GTK_TABLE (table), exif_toggle, 0, 2, 7, 8,
gtk_table_attach (GTK_TABLE (table), exif_toggle, 0, 1, 7, 8,
GTK_FILL, 0, 0, 0);
gtk_widget_show (exif_toggle);
g_signal_connect (exif_toggle, "toggled",
G_CALLBACK (gimp_toggle_button_update),
&jsvals.save_exif);
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (exif_toggle),
jsvals.save_exif);
#endif
/* Subsampling */

View File

@ -1871,13 +1871,16 @@ save_dialog (void)
#ifdef HAVE_EXIF
exif_toggle = gtk_check_button_new_with_label (_("Save EXIF data"));
gtk_table_attach (GTK_TABLE (table), exif_toggle, 0, 2, 7, 8,
gtk_table_attach (GTK_TABLE (table), exif_toggle, 0, 1, 7, 8,
GTK_FILL, 0, 0, 0);
gtk_widget_show (exif_toggle);
g_signal_connect (exif_toggle, "toggled",
G_CALLBACK (gimp_toggle_button_update),
&jsvals.save_exif);
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (exif_toggle),
jsvals.save_exif);
#endif
/* Subsampling */

View File

@ -1871,13 +1871,16 @@ save_dialog (void)
#ifdef HAVE_EXIF
exif_toggle = gtk_check_button_new_with_label (_("Save EXIF data"));
gtk_table_attach (GTK_TABLE (table), exif_toggle, 0, 2, 7, 8,
gtk_table_attach (GTK_TABLE (table), exif_toggle, 0, 1, 7, 8,
GTK_FILL, 0, 0, 0);
gtk_widget_show (exif_toggle);
g_signal_connect (exif_toggle, "toggled",
G_CALLBACK (gimp_toggle_button_update),
&jsvals.save_exif);
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (exif_toggle),
jsvals.save_exif);
#endif
/* Subsampling */

View File

@ -1871,13 +1871,16 @@ save_dialog (void)
#ifdef HAVE_EXIF
exif_toggle = gtk_check_button_new_with_label (_("Save EXIF data"));
gtk_table_attach (GTK_TABLE (table), exif_toggle, 0, 2, 7, 8,
gtk_table_attach (GTK_TABLE (table), exif_toggle, 0, 1, 7, 8,
GTK_FILL, 0, 0, 0);
gtk_widget_show (exif_toggle);
g_signal_connect (exif_toggle, "toggled",
G_CALLBACK (gimp_toggle_button_update),
&jsvals.save_exif);
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (exif_toggle),
jsvals.save_exif);
#endif
/* Subsampling */

View File

@ -1871,13 +1871,16 @@ save_dialog (void)
#ifdef HAVE_EXIF
exif_toggle = gtk_check_button_new_with_label (_("Save EXIF data"));
gtk_table_attach (GTK_TABLE (table), exif_toggle, 0, 2, 7, 8,
gtk_table_attach (GTK_TABLE (table), exif_toggle, 0, 1, 7, 8,
GTK_FILL, 0, 0, 0);
gtk_widget_show (exif_toggle);
g_signal_connect (exif_toggle, "toggled",
G_CALLBACK (gimp_toggle_button_update),
&jsvals.save_exif);
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (exif_toggle),
jsvals.save_exif);
#endif
/* Subsampling */

View File

@ -1871,13 +1871,16 @@ save_dialog (void)
#ifdef HAVE_EXIF
exif_toggle = gtk_check_button_new_with_label (_("Save EXIF data"));
gtk_table_attach (GTK_TABLE (table), exif_toggle, 0, 2, 7, 8,
gtk_table_attach (GTK_TABLE (table), exif_toggle, 0, 1, 7, 8,
GTK_FILL, 0, 0, 0);
gtk_widget_show (exif_toggle);
g_signal_connect (exif_toggle, "toggled",
G_CALLBACK (gimp_toggle_button_update),
&jsvals.save_exif);
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (exif_toggle),
jsvals.save_exif);
#endif
/* Subsampling */

View File

@ -1871,13 +1871,16 @@ save_dialog (void)
#ifdef HAVE_EXIF
exif_toggle = gtk_check_button_new_with_label (_("Save EXIF data"));
gtk_table_attach (GTK_TABLE (table), exif_toggle, 0, 2, 7, 8,
gtk_table_attach (GTK_TABLE (table), exif_toggle, 0, 1, 7, 8,
GTK_FILL, 0, 0, 0);
gtk_widget_show (exif_toggle);
g_signal_connect (exif_toggle, "toggled",
G_CALLBACK (gimp_toggle_button_update),
&jsvals.save_exif);
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (exif_toggle),
jsvals.save_exif);
#endif
/* Subsampling */