From 685875fbd9bc4a394fa20b8d2f3e65be8826d323 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Sun, 19 May 2019 17:55:40 -0700 Subject: [PATCH] fix samples label --- src/libsysprof-ui/sysprof-recording-state-view.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libsysprof-ui/sysprof-recording-state-view.c b/src/libsysprof-ui/sysprof-recording-state-view.c index 1763e720..d0d82802 100644 --- a/src/libsysprof-ui/sysprof-recording-state-view.c +++ b/src/libsysprof-ui/sysprof-recording-state-view.c @@ -166,6 +166,7 @@ sysprof_recording_state_view_class_init (SysprofRecordingStateViewClass *klass) gtk_widget_class_set_template_from_resource (widget_class, "/org/gnome/sysprof/ui/sysprof-recording-state-view.ui"); gtk_widget_class_bind_template_child_private (widget_class, SysprofRecordingStateView, elapsed); + gtk_widget_class_bind_template_child_private (widget_class, SysprofRecordingStateView, samples); } static void