forked from AuroraMiddleware/gtk
iconview: Correct type of enum variable
Thanks gcc!
This commit is contained in:
parent
f0ff8dfd0f
commit
02ae5c8cdf
@ -4102,7 +4102,7 @@ gtk_icon_view_move_cursor_up_down (GtkIconView *icon_view,
|
||||
gint cell;
|
||||
gboolean dirty = FALSE;
|
||||
gint step;
|
||||
GtkTextDirection direction;
|
||||
GtkDirectionType direction;
|
||||
|
||||
if (!gtk_widget_has_focus (GTK_WIDGET (icon_view)))
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user