From 95bc602eeaf5bfa3b4fa9bb25522693c66c973b3 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Fri, 19 May 2017 08:52:32 +0200 Subject: [PATCH] PsppireImportAssistant: Remove the "transient-for" property. --- src/ui/gui/psppire-import-assistant.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ui/gui/psppire-import-assistant.c b/src/ui/gui/psppire-import-assistant.c index b97e06f55c..144ea285c3 100644 --- a/src/ui/gui/psppire-import-assistant.c +++ b/src/ui/gui/psppire-import-assistant.c @@ -1194,7 +1194,11 @@ GtkWidget * psppire_import_assistant_new (GtkWindow *toplevel) { return GTK_WIDGET (g_object_new (PSPPIRE_TYPE_IMPORT_ASSISTANT, - "transient-for", toplevel, + /* Some window managers (notably ratpoison) + ignore the maximise command when a window is + transient. This causes problems for this + window. */ + /* "transient-for", toplevel, */ NULL)); } -- 2.30.2