Skip to content
Snippets Groups Projects
Commit 2de64695 authored by Harald Judt's avatar Harald Judt
Browse files

Revert "Set correct dialog window hint for progress dialog (bug #11467)"

This reverts commit 119cfabc.

With the new behaviour, if one clicks on the job progress dialog now
all thunar windows will be raised to the top. Reverting this until
a better solution is found.
parent df86a8a7
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ thunar_progress_dialog_init (ThunarProgressDialog *dialog)
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);
gtk_window_set_type_hint (GTK_WINDOW (dialog), GDK_WINDOW_TYPE_HINT_NORMAL);
g_signal_connect_swapped (dialog, "show",
G_CALLBACK (thunar_progress_dialog_shown), 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