[Xfce4-commits] [xfce/thunar] 01/01: Set correct dialog window hint for progress dialog (bug #11467)

noreply at xfce.org noreply at xfce.org
Thu Feb 19 11:13:52 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 119cfabc365b91e46f3142e481bc1d3088fdcff5
Author: Matt Thirtytwo <matt.59491 at gmail.com>
Date:   Fri Feb 6 19:08:58 2015 +0100

    Set correct dialog window hint for progress dialog (bug #11467)
---
 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.


More information about the Xfce4-commits mailing list