summaryrefslogtreecommitdiff
path: root/shell/ev-sidebar-layers.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-sidebar-layers.h')
-rw-r--r--shell/ev-sidebar-layers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/ev-sidebar-layers.h b/shell/ev-sidebar-layers.h
index 1c7ef3f7..f01f4cf2 100644
--- a/shell/ev-sidebar-layers.h
+++ b/shell/ev-sidebar-layers.h
@@ -38,13 +38,13 @@ typedef struct _EvSidebarLayersPrivate EvSidebarLayersPrivate;
#define EV_SIDEBAR_LAYERS_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS((object), EV_TYPE_SIDEBAR_LAYERS, EvSidebarLayersClass))
struct _EvSidebarLayers {
- GtkVBox base_instance;
+ GtkBox base_instance;
EvSidebarLayersPrivate *priv;
};
struct _EvSidebarLayersClass {
- GtkVBoxClass base_class;
+ GtkBoxClass base_class;
/* Signals */
void (* layers_visibility_changed) (EvSidebarLayers *ev_layers);