[nautilus/wip/coreyberla/window-dispose: 16/20] pathbar: Don't unparent unparented popover




commit 3fa6d51d47efaed7ee792333306f0f243e154de5
Author: Corey Berla <corey berla me>
Date:   Fri Aug 5 09:08:23 2022 -0700

    pathbar: Don't unparent unparented popover

 src/nautilus-pathbar.c | 1 -
 1 file changed, 1 deletion(-)
---
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);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]