[Xfce4-commits] [xfce/libxfce4ui] 26/28: XfceTitledDialog: Make sure windows can be dragged
noreply at xfce.org
noreply at xfce.org
Thu Jan 9 23:32:09 CET 2020
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/libxfce4ui.
commit 7bc68535db2718dad3c62f83044e2189835853d4
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Sun Jan 5 23:43:05 2020 +0100
XfceTitledDialog: Make sure windows can be dragged
As the constructed function of GtkDialog's parent class (GtkWindow) is
responsible for being able to move the window by dragging the headerbar,
we need to hook it up.
---
libxfce4ui/xfce-titled-dialog.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libxfce4ui/xfce-titled-dialog.c b/libxfce4ui/xfce-titled-dialog.c
index 5d55701..649112b 100644
--- a/libxfce4ui/xfce-titled-dialog.c
+++ b/libxfce4ui/xfce-titled-dialog.c
@@ -160,6 +160,7 @@ xfce_titled_dialog_constructor (GType type,
static void
xfce_titled_dialog_constructed (GObject *object)
{
+ G_OBJECT_CLASS (xfce_titled_dialog_parent_class)->constructed (object);
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list