compile fix for --disable-slit

This commit is contained in:
Dana Jansens 2002-04-20 20:01:26 +00:00
parent 95df11ff89
commit 981ed3081c

View file

@ -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);