[sysprof/wip/gtk4-port: 28/131] visualizergroupheader: dedazzle
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof/wip/gtk4-port: 28/131] visualizergroupheader: dedazzle
- Date: Fri, 1 Apr 2022 20:19:21 +0000 (UTC)
commit 3b2c1115984f8968edd37030dcbe65924873a4e2
Author: Christian Hergert <chergert redhat com>
Date: Tue Sep 28 13:20:27 2021 -0700
visualizergroupheader: dedazzle
src/libsysprof-ui/sysprof-visualizer-group-header.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/libsysprof-ui/sysprof-visualizer-group-header.c
b/src/libsysprof-ui/sysprof-visualizer-group-header.c
index 11d5fd4e..61ddbd2c 100644
--- a/src/libsysprof-ui/sysprof-visualizer-group-header.c
+++ b/src/libsysprof-ui/sysprof-visualizer-group-header.c
@@ -120,7 +120,7 @@ _sysprof_visualizer_group_header_add_row (SysprofVisualizerGroupHeader *self,
"pixel-size", 16,
"visible", TRUE,
NULL);
- dzl_gtk_widget_add_style_class (GTK_WIDGET (image), "dim-label");
+ gtk_style_context_add_class (gtk_widget_get_style_context (GTK_WIDGET (image)), "dim-label");
gtk_container_add (GTK_CONTAINER (box), GTK_WIDGET (image));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]