fix indenting
Dana Jansens danakj@orodu.net
1 files changed,
3 insertions(+),
3 deletions(-)
jump to
M
src/screen.cc
→
src/screen.cc
@@ -110,9 +110,9 @@ // Set the net_desktop_names property
std::vector<otk::ustring> names; python_get_stringlist("desktop_names", &names); openbox->property()->set(_info->rootWindow(), - otk::Property::net_desktop_names, - otk::Property::utf8, - names); + otk::Property::net_desktop_names, + otk::Property::utf8, + names); // the above set() will cause the updateDesktopNames to fire right away so // we have a list of desktop names