[sysprof/wip/chergert/sysprof-3] fix samples label



commit e9585f054479fb4355e42c301eb6d583f8ab9bce
Author: Christian Hergert <chergert redhat com>
Date:   Sun May 19 17:55:40 2019 -0700

    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 1763e72..d0d8280 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]