From: Dana Jansens Date: Sun, 16 Feb 2003 09:08:34 +0000 (+0000) Subject: put the desktop names in the right variable X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=532697b21ab8370265dcdcbca7b0c63c1c32f7ce;p=chaz%2Fopenbox put the desktop names in the right variable --- 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);