Mercurial > geeqie.yaz
changeset 770:842c15317bdf
fixed thumb index (thumbnails are shown again)
author | nadvornik |
---|---|
date | Fri, 30 May 2008 20:13:16 +0000 |
parents | 110462fdf31b |
children | 24726eddb252 |
files | src/view_file_list.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/view_file_list.c Fri May 30 19:53:52 2008 +0000 +++ b/src/view_file_list.c Fri May 30 20:13:16 2008 +0000 @@ -1450,7 +1450,7 @@ 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);