summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-16 09:08:34 +0000
committerDana Jansens <danakj@orodu.net>2003-02-16 09:08:34 +0000
commit532697b21ab8370265dcdcbca7b0c63c1c32f7ce (patch)
tree62decde19dca1b5f37e7126df113ccd9afc4d30f
parenta89166a14f65b62b8a5c1ffccf33f791e00c294d (diff)
put the desktop names in the right variable
-rw-r--r--src/config.cc3
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);