Move classes that currently derive from GtkObject to GInitiallyUnowned
This commit is contained in:
committed by
Matthias Clasen
parent
945e97e505
commit
3b8184cfee
@ -580,7 +580,7 @@ gtk_scale_button_new (GtkIconSize size,
|
||||
const gchar **icons)
|
||||
{
|
||||
GtkScaleButton *button;
|
||||
GtkObject *adj;
|
||||
GObject *adj;
|
||||
|
||||
adj = gtk_adjustment_new (min, min, max, step, 10 * step, 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user