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




commit 7179edbf411d95ba0a6c4b61801ed859e12283b4
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 efff5fc9f..74a4e5be9 100644
--- a/src/nautilus-pathbar.c
+++ b/src/nautilus-pathbar.c
@@ -319,7 +319,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]