Matt McClinch wrote: >>Great stuff, thanks. That was requested several times. I committed the >>ExoIconView patch with some fixes. > > Good job fixing up my patches. So far I've found just one line that > still needs to be changed. > > Index: exo/exo-icon-view.c > =================================================================== > --- exo/exo-icon-view.c (revision 20896) > +++ exo/exo-icon-view.c (working copy) > @@ -3147,7 +3147,7 @@ > item->row = row; > item->col = col; > > - row++; > + row += rowspan; > } > > last_item = items;
Applied, thanks. > Also, in the THANKS file for libexo, the heading above my name should > probably read "Other contributors (sorted by name):" rather than > "Translators (sorted by name):". Fixed. > Matt Benedikt _______________________________________________ Thunar-dev mailing list [email protected] http://foo-projects.org/mailman/listinfo/thunar-dev
