SVN commit 486827 by arwalker:
do not want to indent here as we continue to save at the same level
M +1 -1 kstviewwindow.cpp
--- trunk/extragear/graphics/kst/kst/kstviewwindow.cpp #486826:486827
@@ -320,7 +320,7 @@
ts << indent << "<maximized/>" << endl;
}
- view()->save(ts, indent + " ");
+ view()->save(ts, indent);
}