Checked in wrong version before.

This commit is contained in:
Michael Natterer 1999-04-12 18:09:55 +00:00
parent 8dbd5f9b65
commit c79944a449
2 changed files with 2 additions and 2 deletions

View File

@ -194,7 +194,7 @@ paintbrush_options_new (void)
gtk_range_set_update_policy (GTK_RANGE (scale), GTK_UPDATE_DELAYED);
gtk_signal_connect (GTK_OBJECT (options->fade_out_w), "value_changed",
(GtkSignalFunc) tool_options_double_adjustment_update,
options);
&options->fade_out);
gtk_widget_show (scale);
/* the use gradient toggle */

View File

@ -194,7 +194,7 @@ paintbrush_options_new (void)
gtk_range_set_update_policy (GTK_RANGE (scale), GTK_UPDATE_DELAYED);
gtk_signal_connect (GTK_OBJECT (options->fade_out_w), "value_changed",
(GtkSignalFunc) tool_options_double_adjustment_update,
options);
&options->fade_out);
gtk_widget_show (scale);
/* the use gradient toggle */