diff --git a/src/ScratchPad.py b/src/ScratchPad.py index e06564baa..e160f0406 100644 --- a/src/ScratchPad.py +++ b/src/ScratchPad.py @@ -1269,6 +1269,7 @@ class ScratchPadWindow(ManagedWindow.ManagedWindow): """Deletes the selected object from the object list""" selection = self.object_list.get_selection() model, paths = selection.get_selected_rows() + paths.reverse() for path in paths: node = model.get_iter(path) if node: