[gtk+/gtk-2-24] iconview: Correct type of enum variable
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-2-24] iconview: Correct type of enum variable
- Date: Thu, 18 Nov 2010 16:53:36 +0000 (UTC)
commit 02ae5c8cdf6d7c5dc9ee4645737d5ce1d972bbef
Author: Benjamin Otte <otte redhat com>
Date: Wed Nov 17 06:21:45 2010 +0100
iconview: Correct type of enum variable
Thanks gcc!
gtk/gtkiconview.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c
index 20d5d34..116c064 100644
--- a/gtk/gtkiconview.c
+++ b/gtk/gtkiconview.c
@@ -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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]