Skip to content

Commit

Permalink
fixed thumb index (thumbnails are shown again)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadvornik committed May 30, 2008
1 parent f5bae1f commit 44179fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view_file_list.c
Original file line number Diff line number Diff line change
Expand Up @@ -1450,7 +1450,7 @@ static void vflist_listview_set_height(GtkWidget *listview, gint thumb)
GtkCellRenderer *cell;
GList *list;

column = gtk_tree_view_get_column(GTK_TREE_VIEW(listview), FILE_COLUMN_THUMB - 1);
column = gtk_tree_view_get_column(GTK_TREE_VIEW(listview), 0); /* first column is thumbnail */
if (!column) return;

gtk_tree_view_column_set_fixed_width(column, ((thumb) ? options->thumbnails.max_width : 4) + 10);
Expand Down

0 comments on commit 44179fa

Please sign in to comment.