[Xfce4-commits] <thunar:master> Raise the progress dialog above others when the status icon is clicked.

Jannis Pohlmann jannis at xfce.org
Sun Sep 13 15:52:11 CEST 2009


Updating branch refs/heads/master
         to a888ff22b0f4b9ee86784c51ab6da1cd810f7a94 (commit)
       from dac4aa8b282e8b3f244822844a229aed65f95b49 (commit)

commit a888ff22b0f4b9ee86784c51ab6da1cd810f7a94
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Sun Sep 13 14:42:25 2009 +0200

    Raise the progress dialog above others when the status icon is clicked.

 thunar/thunar-progress-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/thunar/thunar-progress-dialog.c b/thunar/thunar-progress-dialog.c
index b4ed669..e4e8fb1 100644
--- a/thunar/thunar-progress-dialog.c
+++ b/thunar/thunar-progress-dialog.c
@@ -179,7 +179,7 @@ thunar_progress_dialog_toggled (ThunarProgressDialog *dialog,
 
   /* toggle the visibility of the progress dialog */
   if (GTK_WIDGET_VISIBLE (GTK_WIDGET (dialog)))
-    gtk_widget_hide (GTK_WIDGET (dialog));
+    gtk_window_present (GTK_WINDOW (dialog));
   else
     gtk_widget_show (GTK_WIDGET (dialog));
 



More information about the Xfce4-commits mailing list