Skip to content

sidebar: Fix crash when remove or rename bookmark

Corey Berla requested to merge coreyberla/nautilus:bookmark into master

When a bookmark is removed or renamed, the row is removed automatically via a call to the update_places function. Since the popovers are children of the row, it crashes. Set the popovers to have sidebar as parent before, so they can be reused and not crash.

#2215 (closed)

Merge request reports