From 2244bc036a9c96704675318dc382ea3abd6f3fdf Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 12 Mar 2007 02:27:58 +0000 Subject: remove the group option for the restacking commands in rc.xml, cuz groups are clever now --- openbox/popup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/popup.c') diff --git a/openbox/popup.c b/openbox/popup.c index 6b118792..e7fcbbe5 100644 --- a/openbox/popup.c +++ b/openbox/popup.c @@ -205,7 +205,7 @@ void popup_show(ObPopup *self, gchar *text) if (!self->mapped) { XMapWindow(ob_display, self->bg); - stacking_raise(INTERNAL_AS_WINDOW(self), FALSE); + stacking_raise(INTERNAL_AS_WINDOW(self)); self->mapped = TRUE; } } -- cgit v1.2.3