Fix build.

2002-01-28  Anders Carlsson  <andersca@gnu.org>

	* gtk/gtkcurve.c (gtk_curve_set_vector): Fix build.
This commit is contained in:
Anders Carlsson 2002-01-28 19:37:47 +00:00 committed by Anders Carlsson
parent e2b730ac43
commit 7160e77b6b
8 changed files with 29 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-01-28 Anders Carlsson <andersca@gnu.org>
* gtk/gtkcurve.c (gtk_curve_set_vector): Fix build.
2002-01-28 Matthias Clasen <matthiasc@poet.de>
* gtk/{gtkalignment.c,gtkaspectframe.c,gtkbutton.c,

View File

@ -1,3 +1,7 @@
2002-01-28 Anders Carlsson <andersca@gnu.org>
* gtk/gtkcurve.c (gtk_curve_set_vector): Fix build.
2002-01-28 Matthias Clasen <matthiasc@poet.de>
* gtk/{gtkalignment.c,gtkaspectframe.c,gtkbutton.c,

View File

@ -1,3 +1,7 @@
2002-01-28 Anders Carlsson <andersca@gnu.org>
* gtk/gtkcurve.c (gtk_curve_set_vector): Fix build.
2002-01-28 Matthias Clasen <matthiasc@poet.de>
* gtk/{gtkalignment.c,gtkaspectframe.c,gtkbutton.c,

View File

@ -1,3 +1,7 @@
2002-01-28 Anders Carlsson <andersca@gnu.org>
* gtk/gtkcurve.c (gtk_curve_set_vector): Fix build.
2002-01-28 Matthias Clasen <matthiasc@poet.de>
* gtk/{gtkalignment.c,gtkaspectframe.c,gtkbutton.c,

View File

@ -1,3 +1,7 @@
2002-01-28 Anders Carlsson <andersca@gnu.org>
* gtk/gtkcurve.c (gtk_curve_set_vector): Fix build.
2002-01-28 Matthias Clasen <matthiasc@poet.de>
* gtk/{gtkalignment.c,gtkaspectframe.c,gtkbutton.c,

View File

@ -1,3 +1,7 @@
2002-01-28 Anders Carlsson <andersca@gnu.org>
* gtk/gtkcurve.c (gtk_curve_set_vector): Fix build.
2002-01-28 Matthias Clasen <matthiasc@poet.de>
* gtk/{gtkalignment.c,gtkaspectframe.c,gtkbutton.c,

View File

@ -1,3 +1,7 @@
2002-01-28 Anders Carlsson <andersca@gnu.org>
* gtk/gtkcurve.c (gtk_curve_set_vector): Fix build.
2002-01-28 Matthias Clasen <matthiasc@poet.de>
* gtk/{gtkalignment.c,gtkaspectframe.c,gtkbutton.c,

View File

@ -888,7 +888,7 @@ gtk_curve_set_vector (GtkCurve *c, int veclen, gfloat vector[])
if (old_type != GTK_CURVE_TYPE_FREE)
{
gtk_signal_emit (GTK_OBJECT (c), curve_type_changed_signal);
g_object_notify (G_OBJECT (curve), "curve_type");
g_object_notify (G_OBJECT (c), "curve_type");
}
gtk_curve_draw (c, c->num_points, height);