more of the same

This commit is contained in:
Matthias Clasen
2006-05-22 12:55:02 +00:00
parent 2606a4eb79
commit c2ef3c76f6
3 changed files with 7 additions and 2 deletions

View File

@ -1655,8 +1655,7 @@ static void
dialog_set_scale (GtkPrintUnixDialog *dialog,
gdouble val)
{
return gtk_spin_button_set_value (GTK_SPIN_BUTTON (dialog->priv->scale_spin),
val);
gtk_spin_button_set_value (GTK_SPIN_BUTTON (dialog->priv->scale_spin), val);
}
static GtkPageSet