projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a459f7
)
dont need to raise after adding
author
Dana Jansens
<danakj@orodu.net>
Sat, 28 Jun 2003 16:16:45 +0000
(16:16 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 28 Jun 2003 16:16:45 +0000
(16:16 +0000)
openbox/popup.c
patch
|
blob
|
history
diff --git
a/openbox/popup.c
b/openbox/popup.c
index fa003ec855a0a10a28dc47416a31f62bffd04acf..c6fc3a0bbcf24e0195bfe480d3cfc0e5436de93e 100644
(file)
--- 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;
}