gtk_adjustment_new() should return a GtkAdjustment*

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=630731
This commit is contained in:
Javier Jardón
2010-09-27 14:48:26 +02:00
parent 948768c708
commit 42f480a537
13 changed files with 61 additions and 65 deletions

View File

@ -87,7 +87,7 @@ static void create_range_controls( void )
GtkWidget *opt, *menu, *item;
GtkWidget *label;
GtkWidget *scale;
GtkObject *adj1, *adj2;
GtkAdjustment *adj1, *adj2;
/* Standard window-creating stuff */
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);