Fixed my idiotic comment syntax Less wussy default/max rate

* app/fileops.c: Fixed my idiotic comment syntax
	* app/airbrush.c: Less wussy default/max rate
This commit is contained in:
Adam D. Moss 1998-07-18 15:49:22 +00:00
parent 9017e83021
commit 964b6f504d
6 changed files with 15 additions and 10 deletions

View File

@ -1,3 +1,8 @@
Sat Jul 18 16:32:51 BST 1998 Adam D. Moss <adam@gimp.org>
* app/fileops.c: Fixed my idiotic comment syntax
* app/airbrush.c: Less wussy default/max rate
Sat Jul 18 16:08:23 BST 1998 Adam D. Moss <adam@gimp.org>
* app/fileops.c: Added the ability to make multiple

View File

@ -85,7 +85,7 @@ create_airbrush_options (void)
/* the new options structure */
options = (AirbrushOptions *) g_malloc (sizeof (AirbrushOptions));
options->rate = 25.0;
options->rate = 80.0;
options->pressure = 10.0;
/* the main vbox */
@ -105,7 +105,7 @@ create_airbrush_options (void)
gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 0);
gtk_widget_show (label);
rate_scale_data = gtk_adjustment_new (25.0, 0.0, 100.0, 1.0, 1.0, 0.0);
rate_scale_data = gtk_adjustment_new (80.0, 0.0, 150.0, 1.0, 1.0, 0.0);
rate_scale = gtk_hscale_new (GTK_ADJUSTMENT (rate_scale_data));
gtk_box_pack_start (GTK_BOX (hbox), rate_scale, TRUE, TRUE, 0);
gtk_scale_set_value_pos (GTK_SCALE (rate_scale), GTK_POS_TOP);

View File

@ -880,7 +880,7 @@ file_open_ok_callback (GtkWidget *w,
/*
* FIXME: cope with cwd != fileselcwd != dirname(filename)
*
*/
/*
{
@ -944,7 +944,7 @@ file_open_ok_callback (GtkWidget *w,
g_free (mfilename);
mfilename = g_strconcat (filedirname, "/", temp, NULL);
/*printf(">>> %s\n", mfilename);/*
/*printf(">>> %s\n", mfilename);*/
/*fflush (stdout);*/
}

View File

@ -85,7 +85,7 @@ create_airbrush_options (void)
/* the new options structure */
options = (AirbrushOptions *) g_malloc (sizeof (AirbrushOptions));
options->rate = 25.0;
options->rate = 80.0;
options->pressure = 10.0;
/* the main vbox */
@ -105,7 +105,7 @@ create_airbrush_options (void)
gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 0);
gtk_widget_show (label);
rate_scale_data = gtk_adjustment_new (25.0, 0.0, 100.0, 1.0, 1.0, 0.0);
rate_scale_data = gtk_adjustment_new (80.0, 0.0, 150.0, 1.0, 1.0, 0.0);
rate_scale = gtk_hscale_new (GTK_ADJUSTMENT (rate_scale_data));
gtk_box_pack_start (GTK_BOX (hbox), rate_scale, TRUE, TRUE, 0);
gtk_scale_set_value_pos (GTK_SCALE (rate_scale), GTK_POS_TOP);

View File

@ -85,7 +85,7 @@ create_airbrush_options (void)
/* the new options structure */
options = (AirbrushOptions *) g_malloc (sizeof (AirbrushOptions));
options->rate = 25.0;
options->rate = 80.0;
options->pressure = 10.0;
/* the main vbox */
@ -105,7 +105,7 @@ create_airbrush_options (void)
gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 0);
gtk_widget_show (label);
rate_scale_data = gtk_adjustment_new (25.0, 0.0, 100.0, 1.0, 1.0, 0.0);
rate_scale_data = gtk_adjustment_new (80.0, 0.0, 150.0, 1.0, 1.0, 0.0);
rate_scale = gtk_hscale_new (GTK_ADJUSTMENT (rate_scale_data));
gtk_box_pack_start (GTK_BOX (hbox), rate_scale, TRUE, TRUE, 0);
gtk_scale_set_value_pos (GTK_SCALE (rate_scale), GTK_POS_TOP);

View File

@ -85,7 +85,7 @@ create_airbrush_options (void)
/* the new options structure */
options = (AirbrushOptions *) g_malloc (sizeof (AirbrushOptions));
options->rate = 25.0;
options->rate = 80.0;
options->pressure = 10.0;
/* the main vbox */
@ -105,7 +105,7 @@ create_airbrush_options (void)
gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 0);
gtk_widget_show (label);
rate_scale_data = gtk_adjustment_new (25.0, 0.0, 100.0, 1.0, 1.0, 0.0);
rate_scale_data = gtk_adjustment_new (80.0, 0.0, 150.0, 1.0, 1.0, 0.0);
rate_scale = gtk_hscale_new (GTK_ADJUSTMENT (rate_scale_data));
gtk_box_pack_start (GTK_BOX (hbox), rate_scale, TRUE, TRUE, 0);
gtk_scale_set_value_pos (GTK_SCALE (rate_scale), GTK_POS_TOP);