Use replacement refresh_objects method instead of remove_invalid_objects which no longer exists
svn: r19202
This commit is contained in:
parent
a50f8c9f9b
commit
ecdb51c9f7
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user