From e4af3782d3046948b937db8651630bebeb148b50 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 1 Sep 2010 23:03:48 -0400 Subject: Rename GtkIconView::orientation property Rename the ::orientation property of GtkIconView to item-orientation, which is both clearer and avoids the conflict with the orientation property of GtkOrientable implementations. --- demos/gtk-demo/iconview_edit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demos') diff --git a/demos/gtk-demo/iconview_edit.c b/demos/gtk-demo/iconview_edit.c index 10ad22507c..9298adfa46 100644 --- a/demos/gtk-demo/iconview_edit.c +++ b/demos/gtk-demo/iconview_edit.c @@ -120,8 +120,8 @@ do_iconview_edit (GtkWidget *do_widget) gtk_icon_view_set_selection_mode (GTK_ICON_VIEW (icon_view), GTK_SELECTION_SINGLE); - gtk_icon_view_set_orientation (GTK_ICON_VIEW (icon_view), - GTK_ORIENTATION_HORIZONTAL); + gtk_icon_view_set_item_orientation (GTK_ICON_VIEW (icon_view), + GTK_ORIENTATION_HORIZONTAL); gtk_icon_view_set_columns (GTK_ICON_VIEW (icon_view), 2); gtk_icon_view_set_reorderable (GTK_ICON_VIEW (icon_view), TRUE); -- cgit v1.2.1