[Xfce4-commits] [xfce/thunar] 01/01: Revert "Set correct dialog window hint for progress dialog (bug #11467)"
noreply at xfce.org
noreply at xfce.org
Mon Feb 23 20:37:21 CET 2015
This is an automated email from the git hooks/post-receive script.
hjudt pushed a commit to branch master
in repository xfce/thunar.
commit 2de64695a8e69bd5f20379af4452fc24dd58feaf
Author: Harald Judt <h.judt at gmx.at>
Date: Mon Feb 23 20:35:57 2015 +0100
Revert "Set correct dialog window hint for progress dialog (bug #11467)"
This reverts commit 119cfabc365b91e46f3142e481bc1d3088fdcff5.
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.
---
thunar/thunar-progress-dialog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/thunar/thunar-progress-dialog.c b/thunar/thunar-progress-dialog.c
index 2e040fe..1fe2cfa 100644
--- a/thunar/thunar-progress-dialog.c
+++ b/thunar/thunar-progress-dialog.c
@@ -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);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list