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:
380af80
)
indenting
author
Dana Jansens
<danakj@orodu.net>
Sun, 12 Oct 2003 19:12:39 +0000
(19:12 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 12 Oct 2003 19:12:39 +0000
(19:12 +0000)
openbox/menu.c
patch
|
blob
|
history
diff --git
a/openbox/menu.c
b/openbox/menu.c
index e4ac2f5751fc8811b72b54a2d38b459458f125ca..e200654a6543ebd6631a6a6a2960ac1ecae60d43 100644
(file)
--- a/
openbox/menu.c
+++ b/
openbox/menu.c
@@
-376,7
+376,7
@@
void menu_clear_entries(ObMenu *self)
#endif
while (self->entries) {
- menu_entry_free(self->entries->data);
+
menu_entry_free(self->entries->data);
self->entries = g_list_delete_link(self->entries, self->entries);
}
}