--- gnochm-0.9.9/gnochm.py.in 2006-10-15 03:41:06.000000000 +0200 +++ gnochm-0.9.9.new/gnochm.py.in 2007-10-02 14:37:03.000000000 +0200 @@ -335,7 +335,7 @@ if self.parent: self.parent = self.model.iter_parent(self.parent) elif (tag == "object") and (self.in_obj == 1): - if self.add_level == 1: + if self.add_level == 1 and self.sibling: self.parent = self.sibling self.model.set_value(self.parent, 2, self.ICON_FOLDER) self.sibling = self.model.append(self.parent)