summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.pre-2-104
-rw-r--r--gtk/gtkrange.c2
3 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c78990cd7..7e2c789163 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
2006-05-07 Matthias Clasen <mclasen@redhat.com>
- * gtk/gtkscale.c: GtkScale is supposed to be an abstract type.
+ * gtk/gtkrange.c:
+ * gtk/gtkscale.c: GtkRange and GtkScale are supposed to be
+ abstract types.
2006-05-06 Matthias Clasen <mclasen@redhat.com>
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 3c78990cd7..7e2c789163 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,6 +1,8 @@
2006-05-07 Matthias Clasen <mclasen@redhat.com>
- * gtk/gtkscale.c: GtkScale is supposed to be an abstract type.
+ * gtk/gtkrange.c:
+ * gtk/gtkscale.c: GtkRange and GtkScale are supposed to be
+ abstract types.
2006-05-06 Matthias Clasen <mclasen@redhat.com>
diff --git a/gtk/gtkrange.c b/gtk/gtkrange.c
index c26240dfb8..fd6fb0d7ee 100644
--- a/gtk/gtkrange.c
+++ b/gtk/gtkrange.c
@@ -191,7 +191,7 @@ static gboolean gtk_range_key_press (GtkWidget *range,
static guint signals[LAST_SIGNAL];
-G_DEFINE_TYPE (GtkRange, gtk_range, GTK_TYPE_WIDGET);
+G_DEFINE_ABSTRACT_TYPE (GtkRange, gtk_range, GTK_TYPE_WIDGET);
static void
gtk_range_class_init (GtkRangeClass *class)