From 84ad7cdc33edf7d533aefdbc4884321a7a27ddaa Mon Sep 17 00:00:00 2001 From: monsta Date: Wed, 20 Jan 2016 15:25:28 +0300 Subject: use GtkBox instead of GtkVBox in both GTK+ builds and fix deprecated usage of GtkHBox and GtkVBox in GTK+3 build NOTE: this commit changes the public interface of the library --- libmate-desktop/mate-colorsel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmate-desktop/mate-colorsel.h') diff --git a/libmate-desktop/mate-colorsel.h b/libmate-desktop/mate-colorsel.h index b841ba9..f6b9af1 100644 --- a/libmate-desktop/mate-colorsel.h +++ b/libmate-desktop/mate-colorsel.h @@ -54,7 +54,7 @@ typedef void (* MateColorSelectionChangePaletteWithScreenFunc) (GdkScreen struct _MateColorSelection { - GtkVBox parent_instance; + GtkBox parent_instance; /* < private_data > */ ColorSelectionPrivate *private_data; @@ -62,7 +62,7 @@ struct _MateColorSelection struct _MateColorSelectionClass { - GtkVBoxClass parent_class; + GtkBoxClass parent_class; void (*color_changed) (MateColorSelection *color_selection); -- cgit v1.2.1