Made the options subdialog transient on the parent.
[pspp-builds.git] / src / ui / gui / frequencies-dialog.c
index 295b764a0d236c3d2ae49582a5245cf071c6feff..3f955bbcba18ab16ed11da5b93ea820f3680d8d2 100644 (file)
@@ -371,6 +371,10 @@ frequencies_dialog (GObject *o, gpointer data)
   fd.current_opts.use_limits = FALSE;
   fd.current_opts.limit = 50;
 
+
+  gtk_window_set_transient_for (GTK_WINDOW (fd.format_dialog), de->parent.window);
+
+
   g_signal_connect (dialog, "refresh", G_CALLBACK (refresh),  &fd);
 
   psppire_dialog_set_valid_predicate (PSPPIRE_DIALOG (dialog),