diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-13 10:55:28 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-13 10:55:28 +0000 |
| commit | b683a4e0efe470ab38b75a767b4ea2abf004626a (patch) | |
| tree | 8a060bbb3af7a40960d020ecf79305e24f4be882 /src | |
| parent | 7f2ee77204b1e8aca39262f9a3ba9235539371de (diff) | |
fix indenting
Diffstat (limited to 'src')
| -rw-r--r-- | src/screen.cc | 6 |
1 files 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<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 |
