From 72b826899cc4223e2f190e1ba59af9ba8fc14a29 Mon Sep 17 00:00:00 2001
From: Alexander Schwinn <alexxcons@xfce.org>
Date: Sat, 8 Apr 2023 21:58:56 +0200
Subject: [PATCH] Prevent using CSD in properties dialog (#1056)

Fixes a regression introduced in a79c8f23

(cherry picked from commit cfb8d4a067d8fdbf61cfc2f68e7e43dabc1f7414)
---
 thunar/thunar-properties-dialog.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/thunar/thunar-properties-dialog.c b/thunar/thunar-properties-dialog.c
index 6f5bc26fe..35a886cea 100644
--- a/thunar/thunar-properties-dialog.c
+++ b/thunar/thunar-properties-dialog.c
@@ -312,6 +312,8 @@ thunar_properties_dialog_constructed (GObject *object)
   GtkWidget *infobar;
   GtkWidget *frame;
 
+  G_OBJECT_CLASS (thunar_properties_dialog_parent_class)->constructed (object);
+  
   gtk_dialog_add_buttons (GTK_DIALOG (dialog),
                           _("_Help"), GTK_RESPONSE_HELP,
                           _("_Close"), GTK_RESPONSE_CLOSE,
-- 
GitLab