[sysprof/wip/gtk4-port: 21/132] display: use GtkPaned
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof/wip/gtk4-port: 21/132] display: use GtkPaned
- Date: Tue, 7 Dec 2021 08:29:10 +0000 (UTC)
commit cc4f7a924612c0de4ff9f7cc0a56396429f850b1
Author: Christian Hergert <chergert redhat com>
Date: Tue Sep 28 13:00:50 2021 -0700
display: use GtkPaned
We don't need MultiPaned here (other than it works nicer than GtkPaned).
We can move to PanelMultiPaned in the future if we need it.
src/libsysprof-ui/sysprof-display.c | 2 --
src/libsysprof-ui/sysprof-display.ui | 2 +-
2 files changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/src/libsysprof-ui/sysprof-display.c b/src/libsysprof-ui/sysprof-display.c
index b2ba2bc5..bc968bdb 100644
--- a/src/libsysprof-ui/sysprof-display.c
+++ b/src/libsysprof-ui/sysprof-display.c
@@ -22,7 +22,6 @@
#include "config.h"
-#include <dazzle.h>
#include <glib/gi18n.h>
#include "sysprof-details-page.h"
@@ -499,7 +498,6 @@ sysprof_display_class_init (SysprofDisplayClass *klass)
g_object_class_install_properties (object_class, N_PROPS, properties);
- g_type_ensure (DZL_TYPE_MULTI_PANED);
g_type_ensure (SYSPROF_TYPE_DETAILS_PAGE);
g_type_ensure (SYSPROF_TYPE_FAILED_STATE_VIEW);
g_type_ensure (SYSPROF_TYPE_PROFILER_ASSISTANT);
diff --git a/src/libsysprof-ui/sysprof-display.ui b/src/libsysprof-ui/sysprof-display.ui
index 13f80ced..8ab984c6 100644
--- a/src/libsysprof-ui/sysprof-display.ui
+++ b/src/libsysprof-ui/sysprof-display.ui
@@ -14,7 +14,7 @@
</packing>
</child>
<child>
- <object class="DzlMultiPaned">
+ <object class="GtkPaned">
<property name="orientation">vertical</property>
<property name="visible">true</property>
<child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]