From: Dana Jansens Date: Sat, 28 Jun 2003 16:16:45 +0000 (+0000) Subject: dont need to raise after adding X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=8a049a6d27fcd7f5020e78798e06be560dd310c7;p=chaz%2Fopenbox dont need to raise after adding --- 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; }