Use replacement refresh_objects method instead of remove_invalid_objects which no longer exists
svn: r19203
This commit is contained in:
parent
409dde1314
commit
0a317dbf38
@ -1335,7 +1335,7 @@ class ScratchPadWindow(ManagedWindow.ManagedWindow):
|
|||||||
|
|
||||||
#Database might have changed, objects might have been removed,
|
#Database might have changed, objects might have been removed,
|
||||||
#we need to reevaluate if all data is valid
|
#we need to reevaluate if all data is valid
|
||||||
self.object_list.remove_invalid_objects()
|
self.object_list.refresh_objects()
|
||||||
|
|
||||||
self.top.connect_signals({
|
self.top.connect_signals({
|
||||||
"on_close_scratchpad" : self.close,
|
"on_close_scratchpad" : self.close,
|
||||||
|
Loading…
Reference in New Issue
Block a user