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:
1c327de
)
no more seg
author
Dana Jansens
<danakj@orodu.net>
Tue, 27 May 2003 19:34:30 +0000
(19:34 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Tue, 27 May 2003 19:34:30 +0000
(19:34 +0000)
openbox/popup.c
patch
|
blob
|
history
diff --git
a/openbox/popup.c
b/openbox/popup.c
index 922676a01dc90dc12926783041c3301c141f256e..505afe32514cdf9cb4d5fab66384c4c9b38a13f4 100644
(file)
--- a/
openbox/popup.c
+++ b/
openbox/popup.c
@@
-77,9
+77,9
@@
Popup *popup_new(gboolean hasicon)
void popup_free(Popup *self)
{
- RrSurfaceFree(self->s_bg);
RrSurfaceFree(self->s_icon);
RrSurfaceFree(self->s_text);
+ RrSurfaceFree(self->s_bg);
XDestroyWindow(ob_display, self->bg);
stacking_remove(self);
g_free(self);