PsppireImportAssistant: Remove the "transient-for" property.
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 19 May 2017 06:52:32 +0000 (08:52 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 19 May 2017 06:52:32 +0000 (08:52 +0200)
src/ui/gui/psppire-import-assistant.c

index b97e06f55cb6eb556703b53a85b17169e93ab422..144ea285c3c536a14552b3f764e154f1176a3ec3 100644 (file)
@@ -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));
 }