[sysprof/wip/gtk4-port: 118/131] build: bump versions
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof/wip/gtk4-port: 118/131] build: bump versions
- Date: Fri, 1 Apr 2022 20:19:25 +0000 (UTC)
commit 24ac040563043948d340604cd088fdd494f7937f
Author: Christian Hergert <chergert redhat com>
Date: Fri Oct 1 15:01:00 2021 -0700
build: bump versions
meson.build | 3 ++-
src/libsysprof-ui/sysprof-callgraph-page.c | 3 +++
src/sysprof/theme/Adwaita-shared.css | 18 ------------------
3 files changed, 5 insertions(+), 19 deletions(-)
---
diff --git a/meson.build b/meson.build
index 1dbc15fc..73ab4d56 100644
--- a/meson.build
+++ b/meson.build
@@ -8,7 +8,7 @@ project('sysprof', 'c',
]
)
-symbolic_version = '42.0'
+symbolic_version = '43.alpha0'
gnome = import('gnome')
pkgconfig = import('pkgconfig')
@@ -46,6 +46,7 @@ config_h.set('PACKAGE_TARNAME', 'PACKAGE_STRING')
config_h.set('PACKAGE', 'PACKAGE_NAME')
config_h.set('VERSION', 'PACKAGE_VERSION')
+
# Detect and set symbol visibility
if get_option('default_library') != 'static'
if host_machine.system() == 'windows'
diff --git a/src/libsysprof-ui/sysprof-callgraph-page.c b/src/libsysprof-ui/sysprof-callgraph-page.c
index 47afe1ac..545549ee 100644
--- a/src/libsysprof-ui/sysprof-callgraph-page.c
+++ b/src/libsysprof-ui/sysprof-callgraph-page.c
@@ -43,6 +43,8 @@
#include "../stackstash.h"
+#include "egg-paned-private.h"
+
#include "sysprof-callgraph-page.h"
#include "sysprof-cell-renderer-percent.h"
@@ -938,6 +940,7 @@ sysprof_callgraph_page_class_init (SysprofCallgraphPageClass *klass)
gtk_widget_class_add_binding_action (widget_class, GDK_KEY_c, GDK_CONTROL_MASK, "page.copy", NULL);
gtk_widget_class_add_binding_signal (widget_class, GDK_KEY_Left, GDK_ALT_MASK, "go-previous", NULL);
+ g_type_ensure (EGG_TYPE_PANED);
g_type_ensure (SYSPROF_TYPE_CELL_RENDERER_PERCENT);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]