From: John Darrington Date: Fri, 19 May 2017 06:52:32 +0000 (+0200) Subject: PsppireImportAssistant: Remove the "transient-for" property. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95bc602eeaf5bfa3b4fa9bb25522693c66c973b3;p=pspp PsppireImportAssistant: Remove the "transient-for" property. --- 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)); }