From 29ea60d65460576634804b50bfd9190d8cffdb17 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Mon, 20 May 2019 00:59:11 -0700 Subject: [PATCH] libsysprof-ui: always propagate reader to visualizer --- src/libsysprof-ui/sysprof-capture-view.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/libsysprof-ui/sysprof-capture-view.c b/src/libsysprof-ui/sysprof-capture-view.c index 4fd67a68..520b8e14 100644 --- a/src/libsysprof-ui/sysprof-capture-view.c +++ b/src/libsysprof-ui/sysprof-capture-view.c @@ -639,8 +639,7 @@ sysprof_capture_view_load_scan_cb (GObject *object, g_object_ref (task)); } - if (priv->features.has_counters || priv->features.has_marks) - sysprof_visualizer_view_set_reader (priv->visualizer_view, state->reader); + sysprof_visualizer_view_set_reader (priv->visualizer_view, state->reader); state->n_active++; sysprof_marks_view_load_async (priv->marks_view,