summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorey Berla <corey@berla.me>2022-08-05 09:08:23 -0700
committerAntónio Fernandes <antoniof@gnome.org>2022-09-01 23:09:29 +0100
commit3fa6d51d47efaed7ee792333306f0f243e154de5 (patch)
tree7c42d77321bcd24729f96fa5682bafb0324714b6
parent89f2c317572d3af16c08b5853a2e016f18eccd59 (diff)
downloadnautilus-3fa6d51d47efaed7ee792333306f0f243e154de5.tar.gz
pathbar: Don't unparent unparented popover
-rw-r--r--src/nautilus-pathbar.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nautilus-pathbar.c b/src/nautilus-pathbar.c
index 1890aa85e..0c880f31c 100644
--- a/src/nautilus-pathbar.c
+++ b/src/nautilus-pathbar.c
@@ -321,7 +321,6 @@ nautilus_path_bar_finalize (GObject *object)
g_clear_object (&self->extensions_section);
g_clear_object (&self->templates_submenu);
g_clear_object (&self->button_menu);
- g_clear_pointer (&self->button_menu_popover, gtk_widget_unparent);
g_clear_object (&self->current_view_menu_popover);
g_free (self->os_name);