summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openbox/popup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbox/popup.c b/openbox/popup.c
index fa003ec8..c6fc3a0b 100644
--- a/openbox/popup.c
+++ b/openbox/popup.c
@@ -35,7 +35,6 @@ Popup *popup_new(gboolean hasicon)
self->x = self->y = self->w = self->h = 0;
self->mapped = FALSE;
stacking_add(INTERNAL_AS_WINDOW(self));
- stacking_raise(INTERNAL_AS_WINDOW(self));
return self;
}