]> Pileus Git - ~andy/gtk/commitdiff
Fix build.
authorAnders Carlsson <andersca@gnu.org>
Mon, 28 Jan 2002 19:37:47 +0000 (19:37 +0000)
committerAnders Carlsson <andersca@src.gnome.org>
Mon, 28 Jan 2002 19:37:47 +0000 (19:37 +0000)
2002-01-28  Anders Carlsson  <andersca@gnu.org>

* gtk/gtkcurve.c (gtk_curve_set_vector): Fix build.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcurve.c

index 70c260f9fb1f336844c93bd7763800c88414c194..64e165f5e1b3c6a46b0bba684e141b11f7d623b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,
index 70c260f9fb1f336844c93bd7763800c88414c194..64e165f5e1b3c6a46b0bba684e141b11f7d623b0 100644 (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,
index 70c260f9fb1f336844c93bd7763800c88414c194..64e165f5e1b3c6a46b0bba684e141b11f7d623b0 100644 (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,
index 70c260f9fb1f336844c93bd7763800c88414c194..64e165f5e1b3c6a46b0bba684e141b11f7d623b0 100644 (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,
index 70c260f9fb1f336844c93bd7763800c88414c194..64e165f5e1b3c6a46b0bba684e141b11f7d623b0 100644 (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,
index 70c260f9fb1f336844c93bd7763800c88414c194..64e165f5e1b3c6a46b0bba684e141b11f7d623b0 100644 (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,
index 70c260f9fb1f336844c93bd7763800c88414c194..64e165f5e1b3c6a46b0bba684e141b11f7d623b0 100644 (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,
index 69db45bde60618f642fe35390c8e7065ea721e5a..c2eec38668fb6694a3b01b1abc63fb626e3bd2e4 100644 (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);