GTK Notebook: use the right enum type

This commit is contained in:
Ben Iofel 2016-01-11 19:13:30 -05:00 committed by Ben Iofel
parent 1c3bad3d90
commit 7e5952c4ea

View File

@ -3497,7 +3497,7 @@ update_arrow_nodes (GtkNotebook *notebook)
{
GtkNotebookPrivate *priv = notebook->priv;
gboolean arrow[4];
GtkImageType up_image_type, down_image_type;
GtkCssImageBuiltinType up_image_type, down_image_type;
const char *style_property_name;
GtkCssNode *tabs_node;
gint i;