]> Dogcows Code - chaz/openbox/blobdiff - src/config.cc
put the desktop names in the right variable
[chaz/openbox] / src / config.cc
index 8d569693aebb3514d267aefed46d9b550066b632..d464ebbc5234a72cf3c59419dbee4f7c728d198b 100644 (file)
@@ -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);
 
This page took 0.020434 seconds and 4 git commands to generate.