commit aaff9087b693096732bd0f3ba482902114081ee3
parent d8fab20e75f98edf882309535b4a6c1b7e0474c5
Author: paul <paul@claws-mail.org>
Date: Thu, 30 Jan 2020 14:17:08 +0000
replace deprecated gtk_vbox_get_type
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gtk/gtkvscrollbutton.c b/src/gtk/gtkvscrollbutton.c
@@ -106,7 +106,7 @@ GType gtk_vscrollbutton_get_type(void)
(const GTypeValueTable *) NULL /* value table */
};
- vscrollbutton_type = g_type_register_static (GTK_TYPE_VBOX, "GtkVScrollbutton", &vscrollbutton_info, (GTypeFlags)0);
+ vscrollbutton_type = g_type_register_static (GTK_TYPE_BOX, "GtkVScrollbutton", &vscrollbutton_info, (GTypeFlags)0);
}
return vscrollbutton_type;