]> Dogcows Code - chaz/openbox/commitdiff
put the desktop names in the right variable
authorDana Jansens <danakj@orodu.net>
Sun, 16 Feb 2003 09:08:34 +0000 (09:08 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 16 Feb 2003 09:08:34 +0000 (09:08 +0000)
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.025288 seconds and 4 git commands to generate.