Skip to content
Snippets Groups Projects
Commit 1fb0f61b authored by Alexander Schwinn's avatar Alexander Schwinn
Browse files

Make file transfer window non-transient (Issue #109)

In order to be able to raise it without raising the related thunar
window.
parent 9cddb6a2
No related merge requests found
Pipeline #11087 passed
......@@ -96,7 +96,6 @@ thunar_progress_dialog_init (ThunarProgressDialog *dialog)
gtk_window_set_title (GTK_WINDOW (dialog), _("File Operation Progress"));
gtk_window_set_default_size (GTK_WINDOW (dialog), 450, 10);
gtk_window_set_modal (GTK_WINDOW (dialog), FALSE);
gtk_window_set_transient_for (GTK_WINDOW (dialog), NULL);
gtk_window_set_destroy_with_parent (GTK_WINDOW (dialog), FALSE);
gtk_window_set_type_hint (GTK_WINDOW (dialog), GDK_WINDOW_TYPE_HINT_DIALOG);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment