GtkScale: Always chain up in notify
Pointed out by Stefan Sauer.
This commit is contained in:
@ -200,7 +200,8 @@ gtk_scale_notify (GObject *object,
|
|||||||
compare_marks,
|
compare_marks,
|
||||||
GINT_TO_POINTER (gtk_range_get_inverted (GTK_RANGE (scale))));
|
GINT_TO_POINTER (gtk_range_get_inverted (GTK_RANGE (scale))));
|
||||||
}
|
}
|
||||||
else if (G_OBJECT_CLASS (gtk_scale_parent_class)->notify)
|
|
||||||
|
if (G_OBJECT_CLASS (gtk_scale_parent_class)->notify)
|
||||||
G_OBJECT_CLASS (gtk_scale_parent_class)->notify (object, pspec);
|
G_OBJECT_CLASS (gtk_scale_parent_class)->notify (object, pspec);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user