summaryrefslogtreecommitdiff
path: root/shell/ev-sidebar.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-sidebar.h')
-rw-r--r--shell/ev-sidebar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/ev-sidebar.h b/shell/ev-sidebar.h
index 407d7637..9fc5b39a 100644
--- a/shell/ev-sidebar.h
+++ b/shell/ev-sidebar.h
@@ -42,13 +42,13 @@ typedef struct _EvSidebarPrivate EvSidebarPrivate;
#define EV_SIDEBAR_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS((object), EV_TYPE_SIDEBAR, EvSidebarClass))
struct _EvSidebar {
- GtkVBox base_instance;
+ GtkBox base_instance;
EvSidebarPrivate *priv;
};
struct _EvSidebarClass {
- GtkVBoxClass base_class;
+ GtkBoxClass base_class;
};
GType ev_sidebar_get_type (void) G_GNUC_CONST;