[epiphany/wip/exalm/cleanups] find-toolbar: Remove a redundant show_all() call



commit c5f5c9c7f1a59f2950610af6ec20f78ffc895195
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Mon Nov 29 19:08:34 2021 +0500

    find-toolbar: Remove a redundant show_all() call

 embed/ephy-find-toolbar.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/embed/ephy-find-toolbar.c b/embed/ephy-find-toolbar.c
index 2adc6a22c..55048421f 100644
--- a/embed/ephy-find-toolbar.c
+++ b/embed/ephy-find-toolbar.c
@@ -403,7 +403,6 @@ ephy_find_toolbar_init (EphyFindToolbar *toolbar)
   gtk_widget_set_tooltip_text (toolbar->prev,
                                _("Find previous occurrence of the search string"));
   gtk_container_add (GTK_CONTAINER (box), toolbar->prev);
-  gtk_widget_show_all (toolbar->prev);
   gtk_widget_set_sensitive (toolbar->prev, FALSE);
 
   /* Next */


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