Commit d25476ef authored by Victor Ananjevsky's avatar Victor Ananjevsky

expand tree nodes when data reads from stdin

parent 06de51cf
......@@ -637,6 +637,9 @@ handle_stdin (GIOChannel *channel, GIOCondition condition, gpointer data)
g_string_free (string, TRUE);
}
if (options.list_data.tree_expanded)
gtk_tree_view_expand_all (GTK_TREE_VIEW (list_view));
if ((condition != G_IO_IN) && (condition != G_IO_IN + G_IO_HUP))
{
g_io_channel_shutdown (channel, TRUE, NULL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment