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:
95df11f
)
compile fix for --disable-slit
author
Dana Jansens
<danakj@orodu.net>
Sat, 20 Apr 2002 20:01:26 +0000
(20:01 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 20 Apr 2002 20:01:26 +0000
(20:01 +0000)
src/openbox.cc
patch
|
blob
|
history
diff --git
a/src/openbox.cc
b/src/openbox.cc
index 70d1d920f30f08f7a96f88117ed62627cb5af534..cfdb6e9bc3db9fbd9aae5bfb498af8ed4198d573 100644
(file)
--- a/
src/openbox.cc
+++ b/
src/openbox.cc
@@
-995,7
+995,9
@@
void Openbox::save() {
for (BScreen *s = it.current(); s != NULL; it++, s = it.current()) {
s->save();
s->getToolbar()->save();
+#ifdef SLIT
s->getSlit()->save();
+#endif // SLIT
}
config.setAutoSave(true);