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




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

    find-toolbar: Remove a redundant show_all() call
    
    Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1034>

 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]