[gnome-commander] Revert "If not set to "utility", some window managers (e.g. Awesome) will just display this as a reg
- From: Piotr Eljasiak <epiotr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] Revert "If not set to "utility", some window managers (e.g. Awesome) will just display this as a reg
- Date: Sun, 21 Nov 2010 18:52:54 +0000 (UTC)
commit 9eed034785e235ee3141d26b10a00d8a1b65bfec
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 c017ffe..21438a9 100644
--- a/src/gnome-cmd-rename-dialog.cc
+++ b/src/gnome-cmd-rename-dialog.cc
@@ -150,7 +150,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]