On Thu, 31 Aug 2006, Nicolas Évrard wrote:
Package: openbox
Version: 3.3-1
Severity: normal
Hello,
Today I switched to the new openbox version and it seems that the
gnome-panel now display a border but I don't think it should. See the
attached screenshot.
Thank you.
Oops, feel free to include this in the debian package which should fix the
issue.
Index: openbox/client.c
===================================================================
--- openbox/client.c (revision 5482)
+++ openbox/client.c (revision 5483)
@@ -1304,7 +1304,8 @@
(self->mwmhints.decorations & OB_MWM_DECOR_TITLE)))
/* if the mwm hints request no handle or title, then all
decorations are disabled */
- self->decorations = config_theme_keepborder ?
OB_FRAME_DECOR_BORDER : 0;
+ self->decorations = config_theme_keepborder ?
+ self->decorations & OB_FRAME_DECOR_BORDER : 0;
}
}
--
Mikael Magnusson
ps not sure which addresses to reply to exactly with the debian bts, let
me know if this wasn't right.