[Xfce4-commits] <xfce4-panel:xfce-4.8> Set a static role for the panels (bug #7094).
Nick Schermer
noreply at xfce.org
Fri Feb 25 21:08:02 CET 2011
Updating branch refs/heads/xfce-4.8
to bea61c7821a2d9809f76dfec5361b6f75df63ea5 (commit)
from c0b3614e2e603c5c20cb7d343bb7645977127848 (commit)
commit bea61c7821a2d9809f76dfec5361b6f75df63ea5
Author: Nick Schermer <nick at xfce.org>
Date: Sun Feb 13 14:16:05 2011 +0100
Set a static role for the panels (bug #7094).
panel/panel-window.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/panel/panel-window.c b/panel/panel-window.c
index dbdef1e..88d90c1 100644
--- a/panel/panel-window.c
+++ b/panel/panel-window.c
@@ -2467,6 +2467,7 @@ panel_window_new (GdkScreen *screen)
"screen", screen,
"type-hint", GDK_WINDOW_TYPE_HINT_DOCK,
"gravity", GDK_GRAVITY_STATIC,
+ "role", "Panel",
"name", "XfcePanelWindow",
NULL);
}
More information about the Xfce4-commits
mailing list