Move classes that currently derive from GtkObject to GInitiallyUnowned

This commit is contained in:
Javier Jardón
2010-09-18 19:54:31 -04:00
committed by Matthias Clasen
parent 945e97e505
commit 3b8184cfee
16 changed files with 51 additions and 58 deletions

View File

@ -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);