X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fconfig.cc;h=d464ebbc5234a72cf3c59419dbee4f7c728d198b;hb=213df2814b002da2c5f324210d44559f9d651e21;hp=8d569693aebb3514d267aefed46d9b550066b632;hpb=fd7668947091b11c9d9d5775edf5f414e4be6173;p=chaz%2Fopenbox 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);