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-links.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-links.h')
-rw-r--r-- | shell/ev-sidebar-links.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/ev-sidebar-links.h b/shell/ev-sidebar-links.h index 7d11fd00..495a6f07 100644 --- a/shell/ev-sidebar-links.h +++ b/shell/ev-sidebar-links.h @@ -44,13 +44,13 @@ typedef struct _EvSidebarLinksPrivate EvSidebarLinksPrivate; #define EV_SIDEBAR_LINKS_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS((object), EV_TYPE_SIDEBAR_LINKS, EvSidebarLinksClass)) struct _EvSidebarLinks { - GtkVBox base_instance; + GtkBox base_instance; EvSidebarLinksPrivate *priv; }; struct _EvSidebarLinksClass { - GtkVBoxClass base_class; + GtkBoxClass base_class; void (* link_activated) (EvSidebarLinks *sidebar_links, EvLink *link); |