From 532697b21ab8370265dcdcbca7b0c63c1c32f7ce Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 16 Feb 2003 09:08:34 +0000 Subject: [PATCH] put the desktop names in the right variable --- src/config.cc | 3 +-- 1 file changed, 1 insertion(+), 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 names; - python_get_stringlist("DESKTOP_NAMES", &names); + python_get_stringlist("DESKTOP_NAMES", &desktop_names); python_get_string("THEME", &theme); -- 2.39.2