put the desktop names in the right variable
This commit is contained in:
parent
a89166a14f
commit
532697b21a
1 changed files with 1 additions and 2 deletions
|
@ -55,8 +55,7 @@ Config::Config()
|
||||||
PyObject *obmodule = PyImport_AddModule("config");
|
PyObject *obmodule = PyImport_AddModule("config");
|
||||||
obdict = PyModule_GetDict(obmodule);
|
obdict = PyModule_GetDict(obmodule);
|
||||||
|
|
||||||
std::vector<otk::ustring> names;
|
python_get_stringlist("DESKTOP_NAMES", &desktop_names);
|
||||||
python_get_stringlist("DESKTOP_NAMES", &names);
|
|
||||||
|
|
||||||
python_get_string("THEME", &theme);
|
python_get_string("THEME", &theme);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue