mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
files-view: Drop uses of removed GtkStyleContext API
gtk_style_context_set_junction_sides() is no more.
This commit is contained in:
parent
be4b941ad2
commit
d32c24c266
1 changed files with 0 additions and 3 deletions
|
@ -9956,9 +9956,6 @@ nautilus_files_view_init (NautilusFilesView *view)
|
|||
|
||||
priv->pending_reveal = g_hash_table_new (NULL, NULL);
|
||||
|
||||
gtk_style_context_set_junction_sides (gtk_widget_get_style_context (GTK_WIDGET (view)),
|
||||
GTK_JUNCTION_TOP | GTK_JUNCTION_LEFT);
|
||||
|
||||
if (set_up_scripts_directory_global ())
|
||||
{
|
||||
scripts_directory = nautilus_directory_get_by_uri (scripts_directory_uri);
|
||||
|
|
Loading…
Reference in a new issue