summaryrefslogtreecommitdiff
path: root/shell/ev-sidebar-attachments.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-sidebar-attachments.h')
-rw-r--r--shell/ev-sidebar-attachments.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/ev-sidebar-attachments.h b/shell/ev-sidebar-attachments.h
index f6766943..c6fc978b 100644
--- a/shell/ev-sidebar-attachments.h
+++ b/shell/ev-sidebar-attachments.h
@@ -41,13 +41,13 @@ typedef struct _EvSidebarAttachmentsPrivate EvSidebarAttachmentsPrivate;
#define EV_SIDEBAR_ATTACHMENTS_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS((object), EV_TYPE_SIDEBAR_ATTACHMENTS, EvSidebarAttachmentsClass))
struct _EvSidebarAttachments {
- GtkVBox base_instance;
+ GtkBox base_instance;
EvSidebarAttachmentsPrivate *priv;
};
struct _EvSidebarAttachmentsClass {
- GtkVBoxClass base_class;
+ GtkBoxClass base_class;
/* Signals */
void (*popup_menu) (EvSidebarAttachments *ev_attachbar,