diff options
author | raveit65 <[email protected]> | 2016-06-22 16:13:54 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-06-22 16:13:54 +0200 |
commit | d4e9df8989ef35e8c8ccaa4ce3b067ca25de71c2 (patch) | |
tree | c2018fecf565e4fb5289f59a4ef1cd6494cab372 /shell/ev-sidebar-attachments.h | |
parent | 2c9942121667f5ec79b2aa1cfe706bac2ab06201 (diff) | |
download | atril-d4e9df8989ef35e8c8ccaa4ce3b067ca25de71c2.tar.bz2 atril-d4e9df8989ef35e8c8ccaa4ce3b067ca25de71c2.tar.xz |
Do not use deprecated GTK_TYPE_VBOX definitions
Diffstat (limited to 'shell/ev-sidebar-attachments.h')
-rw-r--r-- | shell/ev-sidebar-attachments.h | 4 |
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, |