fixed copy-n-paste bug that affected PANGO_ATTR_SIZE.

2005-03-30  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimpwidgets.c (gimp_label_set_attributes): fixed
	copy-n-paste bug that affected PANGO_ATTR_SIZE.
This commit is contained in:
Sven Neumann
2005-03-30 19:58:49 +00:00
committed by Sven Neumann
parent fd6d42bb17
commit 2088a86ae7
2 changed files with 6 additions and 1 deletions

View File

@ -1711,7 +1711,7 @@ gimp_label_set_attributes (GtkLabel *label,
break;
case PANGO_ATTR_SIZE:
attr = pango_attr_stretch_new (va_arg (args, gint));
attr = pango_attr_size_new (va_arg (args, gint));
break;
case PANGO_ATTR_FONT_DESC: