diff options
Diffstat (limited to 'shell/ev-sidebar-annotations.h')
-rw-r--r-- | shell/ev-sidebar-annotations.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/ev-sidebar-annotations.h b/shell/ev-sidebar-annotations.h index a0aebede..9aa7181c 100644 --- a/shell/ev-sidebar-annotations.h +++ b/shell/ev-sidebar-annotations.h @@ -38,13 +38,13 @@ typedef struct _EvSidebarAnnotationsPrivate EvSidebarAnnotationsPrivate; #define EV_SIDEBAR_ANNOTATIONS_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS((object), EV_TYPE_SIDEBAR_ANNOTATIONS, EvSidebarAnnotationsClass)) struct _EvSidebarAnnotations { - GtkVBox base_instance; + GtkBox base_instance; EvSidebarAnnotationsPrivate *priv; }; struct _EvSidebarAnnotationsClass { - GtkVBoxClass base_class; + GtkBoxClass base_class; void (* annot_activated) (EvSidebarAnnotations *sidebar_annots, EvMapping *mapping); |