[Xfce4-commits] <xfce4-panel:master> Give panel windows good theming names (bug #6268).
Nick Schermer
noreply at xfce.org
Fri Mar 5 18:38:01 CET 2010
Updating branch refs/heads/master
to 1bcdb78a1416873b851c39db31723f34caff5a09 (commit)
from 326ebbe3b61b655adefad10cd7a0472d60758963 (commit)
commit 1bcdb78a1416873b851c39db31723f34caff5a09
Author: Nick Schermer <nick at xfce.org>
Date: Fri Mar 5 18:33:46 2010 +0100
Give panel windows good theming names (bug #6268).
panel/panel-window.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/panel/panel-window.c b/panel/panel-window.c
index 58b51fd..7d6eab2 100644
--- a/panel/panel-window.c
+++ b/panel/panel-window.c
@@ -1964,6 +1964,7 @@ panel_window_set_autohide (PanelWindow *window,
"resizable", TRUE,
"type-hint", GDK_WINDOW_TYPE_HINT_DOCK,
"gravity", GDK_GRAVITY_STATIC,
+ "name", "XfcePanelWindowHidden",
NULL);
/* move the window offscreen */
@@ -2285,6 +2286,7 @@ panel_window_new (void)
"resizable", FALSE,
"type-hint", GDK_WINDOW_TYPE_HINT_DOCK,
"gravity", GDK_GRAVITY_STATIC,
+ "name", "XfcePanelWindow",
NULL);
}
More information about the Xfce4-commits
mailing list