mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Remove gtk_widget_show_all() call
Extraneous chunk from 7601bca758
.
Cherry picked from gtk-3-24, which has a gtk_widget_show_all() function.
This commit is contained in:
parent
86ad3e8f2a
commit
cb0d8d6d90
@ -1628,8 +1628,6 @@ populate_available_protocols_grid (GtkGrid *grid)
|
||||
if (g_strv_contains (supported_protocols, "dav"))
|
||||
/* Translators: do not translate dav:// and davs:// */
|
||||
attach_protocol_row_to_grid (grid, _("WebDAV"), _("dav:// or davs://"));
|
||||
|
||||
gtk_widget_show_all (GTK_WIDGET (grid));
|
||||
}
|
||||
|
||||
/* Constructs the popup menu if needed */
|
||||
|
Loading…
Reference in New Issue
Block a user