summaryrefslogtreecommitdiff
path: root/src/renderers
diff options
context:
space:
mode:
authorAlessandro Ghedini <al3xbio@gmail.com>2012-01-27 21:34:48 +0100
committerAlessandro Ghedini <al3xbio@gmail.com>2012-01-27 21:34:48 +0100
commita824c3e5bdab686901b02667609282e7d596a6af (patch)
treede05c11d82468977683d65b39952f5e3ab3e2841 /src/renderers
parent21c8b0c749be00fff27e41e4c2d677dd7d320fa0 (diff)
Imported Upstream version 0.4.2upstream/0.4.2
Diffstat (limited to 'src/renderers')
-rw-r--r--src/renderers/pieWindow.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderers/pieWindow.vala b/src/renderers/pieWindow.vala
index 0a26110..54dd691 100644
--- a/src/renderers/pieWindow.vala
+++ b/src/renderers/pieWindow.vala
@@ -79,7 +79,7 @@ public class PieWindow : Gtk.Window {
this.set_skip_taskbar_hint(true);
this.set_skip_pager_hint(true);
this.set_keep_above(true);
- this.set_type_hint(Gdk.WindowTypeHint.UTILITY);
+ this.set_type_hint(Gdk.WindowTypeHint.POPUP_MENU);
this.set_decorated(false);
this.set_resizable(false);
this.icon_name = "gnome-pie";