We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3559144 commit e52db8cCopy full SHA for e52db8c
1 file changed
shell/ev-sidebar-links.c
@@ -626,6 +626,7 @@ job_finished_callback (EvJobLinks *job,
626
priv->job = NULL;
627
628
expand_open_links (GTK_TREE_VIEW (priv->tree_view), priv->model, NULL);
629
+ gtk_tree_view_collapse_all (GTK_TREE_VIEW (priv->tree_view));
630
631
selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (priv->tree_view));
632
gtk_tree_selection_set_mode (selection, GTK_SELECTION_SINGLE);
0 commit comments