From 3967123299f476612b6d546b0b31c9293b3d5f26 Mon Sep 17 00:00:00 2001 From: monsta Date: Fri, 22 Jan 2016 15:10:28 +0300 Subject: [GTK+3] dictionary: (almost) fix deprecated usage of Gtk{H,V}Box --- mate-dictionary/src/gdict-sidebar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mate-dictionary/src/gdict-sidebar.h') diff --git a/mate-dictionary/src/gdict-sidebar.h b/mate-dictionary/src/gdict-sidebar.h index ee0f1b38..4d9b0512 100644 --- a/mate-dictionary/src/gdict-sidebar.h +++ b/mate-dictionary/src/gdict-sidebar.h @@ -39,14 +39,14 @@ typedef struct _GdictSidebarClass GdictSidebarClass; struct _GdictSidebar { - GtkVBox parent_instance; + GtkBox parent_instance; GdictSidebarPrivate *priv; }; struct _GdictSidebarClass { - GtkVBoxClass parent_class; + GtkBoxClass parent_class; void (*page_changed) (GdictSidebar *sidebar); void (*closed) (GdictSidebar *sidebar); -- cgit v1.2.1