This is an automated email from the git hooks/post-receive script. hjudt pushed a commit to branch master in repository xfce/thunar.
commit 3be61269f30a34e80790cbc0152f9c73e441b8c1 Author: Matt Thirtytwo <matt.59...@gmail.com> Date: Fri Feb 6 19:08:58 2015 +0100 Set correct dialog window hint for progress dialog (again) (bug #11467) Except deprecated compiz every window manager tested so far works fine with this. Reapplying again. --- 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 1fe2cfa..2e040fe 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_NORMAL); + gtk_window_set_type_hint (GTK_WINDOW (dialog), GDK_WINDOW_TYPE_HINT_DIALOG); 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. _______________________________________________ Xfce4-commits mailing list Xfce4-commits@xfce.org https://mail.xfce.org/mailman/listinfo/xfce4-commits