From b683a4e0efe470ab38b75a767b4ea2abf004626a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 13 Jan 2003 10:55:28 +0000 Subject: [PATCH] fix indenting --- src/screen.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/screen.cc b/src/screen.cc index 22ff3ca9..2719deea 100644 --- a/src/screen.cc +++ b/src/screen.cc @@ -110,9 +110,9 @@ Screen::Screen(int screen) std::vector 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 -- 2.39.2