summaryrefslogtreecommitdiff
path: root/libmate-desktop/mate-colorsel.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmate-desktop/mate-colorsel.h')
-rw-r--r--libmate-desktop/mate-colorsel.h4
1 files changed, 2 insertions, 2 deletions
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);