Create an archive (tar, tar.bz2, zip, ...) and open it with Squeeze. Go into a directory then add a file. The last item of the treeview causes this bug: (squeeze:13322): Gtk-CRITICAL **: file gtktreeview.c: line 3974 (gtk_tree_view_bin_expose): assertion `has_next' failed. There is a disparity between the internal view of the GtkTreeView, and the GtkTreeModel. This generally means that the model has changed without letting the view know. Any display from now on is likely to be incorrect.
The sort_list is not correctly updated after a refresh. Another bug i noticed is the fact the history is cleared and the archive-pwd goes back to root.
Fixed by peter in r24316