diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-16 09:08:34 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-16 09:08:34 +0000 |
| commit | 532697b21ab8370265dcdcbca7b0c63c1c32f7ce (patch) | |
| tree | 62decde19dca1b5f37e7126df113ccd9afc4d30f | |
| parent | a89166a14f65b62b8a5c1ffccf33f791e00c294d (diff) | |
put the desktop names in the right variable
| -rw-r--r-- | src/config.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/config.cc b/src/config.cc index 8d569693..d464ebbc 100644 --- a/src/config.cc +++ b/src/config.cc @@ -55,8 +55,7 @@ Config::Config() 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); |
