[epiphany] Revert "location-entry: destroy bookmark popover in dispose"



commit d60ca40c922dd4ade28d90e124822b3c6ca679c1
Author: Michael Catanzaro <mcatanzaro posteo net>
Date:   Sun May 12 18:48:35 2019 +0000

    Revert "location-entry: destroy bookmark popover in dispose"
    
    This reverts commit bae5b1d3fb03528f929857fe3df32ccad5f7cb30

 lib/widgets/ephy-location-entry.c | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c
index 562502fff..93f5552c1 100644
--- a/lib/widgets/ephy-location-entry.c
+++ b/lib/widgets/ephy-location-entry.c
@@ -377,8 +377,6 @@ ephy_location_entry_dispose (GObject *object)
 
   g_clear_object (&entry->css_provider);
 
-  gtk_widget_destroy (GTK_WIDGET (entry->add_bookmark_popover));
-
   G_OBJECT_CLASS (ephy_location_entry_parent_class)->dispose (object);
 }
 


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