[gnome-commander/gcmd-1-2-8] If not set to "utility", some window managers (e.g. Awesome) will just display this as a regular dia
- From: Piotr Eljasiak <epiotr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander/gcmd-1-2-8] If not set to "utility", some window managers (e.g. Awesome) will just display this as a regular dia
- Date: Fri, 12 Nov 2010 23:02:17 +0000 (UTC)
commit 75a10ed03e1c7c538fd9e064d3a194856efdfda8
Author: Thomas Jost <thomas jost gmail com>
Date: Fri Nov 12 23:52:34 2010 +0100
If not set to "utility", some window managers (e.g. Awesome) will just display this as a regular dialog window.
src/gnome-cmd-rename-dialog.cc | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gnome-cmd-rename-dialog.cc b/src/gnome-cmd-rename-dialog.cc
index 034c139..5eb2cc0 100644
--- a/src/gnome-cmd-rename-dialog.cc
+++ b/src/gnome-cmd-rename-dialog.cc
@@ -151,6 +151,7 @@ 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]