all repos — openbox @ 532697b21ab8370265dcdcbca7b0c63c1c32f7ce

openbox fork - make it a bit more like ryudo

put the desktop names in the right variable
Dana Jansens danakj@orodu.net
commit

532697b21ab8370265dcdcbca7b0c63c1c32f7ce

parent

a89166a14f65b62b8a5c1ffccf33f791e00c294d

1 files changed, 1 insertions(+), 2 deletions(-)

jump to
M src/config.ccsrc/config.cc

@@ -55,8 +55,7 @@ // set up access to the python global variables

PyObject *obmodule = PyImport_AddModule("config"); obdict = PyModule_GetDict(obmodule); - std::vector<otk::ustring> names; - python_get_stringlist("DESKTOP_NAMES", &names); + python_get_stringlist("DESKTOP_NAMES", &desktop_names); python_get_string("THEME", &theme);