[gnome-commander/gcmd-1-2-8] Revert "If not set to "utility", some window managers (e.g. Awesome) will just display this as a reg



commit a25d21991999c40273b5f2b255da2270bd9a8535
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Sun Nov 21 19:50:21 2010 +0100

    Revert "If not set to "utility", some window managers (e.g. Awesome) will just display this as a regular dialog window."
    
    This reverts commit 01f8bcfb483349370e977b0ef1680e10cd22c2a8.

 src/gnome-cmd-rename-dialog.cc |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-cmd-rename-dialog.cc b/src/gnome-cmd-rename-dialog.cc
index 5eb2cc0..034c139 100644
--- a/src/gnome-cmd-rename-dialog.cc
+++ b/src/gnome-cmd-rename-dialog.cc
@@ -151,7 +151,6 @@ GtkWidget *gnome_cmd_rename_dialog_new (GnomeCmdFile *f, gint x, gint y, gint wi
     gtk_window_set_has_frame (GTK_WINDOW (dialog), 0);
     gtk_window_set_decorated (GTK_WINDOW (dialog), 0);
     gtk_widget_set_uposition (GTK_WIDGET (dialog), x, y);
-    gtk_window_set_type_hint (GTK_WINDOW (dialog), GDK_WINDOW_TYPE_HINT_UTILITY);
     gtk_window_set_skip_taskbar_hint (GTK_WINDOW (dialog), TRUE);
 
     gtk_widget_set_size_request (GTK_WIDGET (dialog), width+1, height+1);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]