* branchview/treeview.py: (TreeView.__init__): Make the proress widget an attribute. Don't keep an GtkIter, they are not persistent, keep the path instead. (TreeView.do_get_property): Convert path to iter when needed. (TreeView._on_selection_changed): Memorize path, not iter. (TreeView.populate): Use our own widget if we can.