# HG changeset patch # User nadvornik # Date 1207675573 0 # Node ID fbbb960a3857fd190e974ba2e48aff8bcb3228f2 # Parent 35f9083c6b95a3ef708287dd6eccd0638fbfd1ec fixed file delete notification in view_file_icon diff -r 35f9083c6b95 -r fbbb960a3857 src/view_file_icon.c --- a/src/view_file_icon.c Tue Apr 08 16:22:21 2008 +0000 +++ b/src/view_file_icon.c Tue Apr 08 17:26:13 2008 +0000 @@ -2677,8 +2677,7 @@ } if (new_row >= 0) { - FileData *fdn = g_list_nth_data(vfi->list, new_row); - IconData *idn = vficon_icon_data(vfi,fdn); + IconData *idn = g_list_nth_data(vfi->list, new_row); vficon_select(vfi, idn); vficon_send_layout_select(vfi, idn);