iconview: Correct type of enum variable

Thanks gcc!
This commit is contained in:
Benjamin Otte 2010-11-17 06:21:45 +01:00
parent f0ff8dfd0f
commit 02ae5c8cdf

View File

@ -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;