projects
/
mikachu
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
032ee5e
)
Fix getting to end of non-void function in de-iconify hack
author
Mikael Magnusson
<mikachu@gmail.com>
Thu, 5 Nov 2009 17:01:41 +0000
(18:01 +0100)
committer
Mikael Magnusson
<mikachu@gmail.com>
Thu, 5 Nov 2009 17:01:41 +0000
(18:01 +0100)
openbox/actions/iconify.c
patch
|
blob
|
history
diff --git
a/openbox/actions/iconify.c
b/openbox/actions/iconify.c
index 9f4fd4502dfaeef1474a18e04c4c7b3ca784ed36..f3fac34b4850504ce67d49e45c72836f1843fc13 100644
(file)
--- a/
openbox/actions/iconify.c
+++ b/
openbox/actions/iconify.c
@@
-19,6
+19,8
@@
static gpointer setup_func(xmlNodePtr node)
if ((n = obt_parse_find_node(node, "de")))
return GINT_TO_POINTER(obt_parse_node_bool(n));
+
+ return NULL;
}
/* Always return FALSE because its not interactive */