projects
/
mikachu
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a89166a
)
put the desktop names in the right variable
author
Dana Jansens
<danakj@orodu.net>
Sun, 16 Feb 2003 09:08:34 +0000
(09:08 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 16 Feb 2003 09:08:34 +0000
(09:08 +0000)
src/config.cc
patch
|
blob
|
history
diff --git
a/src/config.cc
b/src/config.cc
index 8d569693aebb3514d267aefed46d9b550066b632..d464ebbc5234a72cf3c59419dbee4f7c728d198b 100644
(file)
--- 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<otk::ustring> names;
- python_get_stringlist("DESKTOP_NAMES", &names);
+ python_get_stringlist("DESKTOP_NAMES", &desktop_names);
python_get_string("THEME", &theme);