diff --git a/src/ScratchPad.py b/src/ScratchPad.py index 420722264..546042e2c 100644 --- a/src/ScratchPad.py +++ b/src/ScratchPad.py @@ -1335,7 +1335,7 @@ class ScratchPadWindow(ManagedWindow.ManagedWindow): #Database might have changed, objects might have been removed, #we need to reevaluate if all data is valid - self.object_list.remove_invalid_objects() + self.object_list.refresh_objects() self.top.connect_signals({ "on_close_scratchpad" : self.close,