diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-08-16 11:35:11 (GMT) |
---|---|---|
committer | Paul Tagliamonte <paultag@fluxbox.org> | 2012-04-07 02:13:13 (GMT) |
commit | 88c93f1b9ead48ad25ba13eb233576199e8f56b3 (patch) | |
tree | 631a5bd455fbc5a39dcce0ca2c985d660e0cda26 /src | |
parent | bc803c3211f3caa3554c9e96f687701de007b436 (diff) | |
download | fluxbox_paul-88c93f1b9ead48ad25ba13eb233576199e8f56b3.zip fluxbox_paul-88c93f1b9ead48ad25ba13eb233576199e8f56b3.tar.bz2 |
fluxbox-update_configs: add conversion of init files
Diffstat (limited to 'src')
-rw-r--r-- | src/FbTk/LResource.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/LResource.cc b/src/FbTk/LResource.cc index 589e52f..cf6afaa 100644 --- a/src/FbTk/LResource.cc +++ b/src/FbTk/LResource.cc | |||
@@ -104,6 +104,8 @@ LResourceManager::LResourceManager(const std::string &root, Lua &l, unsigned int | |||
104 | LResourceManager::LResourceManager(ResourceManager &old, Lua &l) | 104 | LResourceManager::LResourceManager(ResourceManager &old, Lua &l) |
105 | : ResourceManager_base(old.root()), m_l(&l) { | 105 | : ResourceManager_base(old.root()), m_l(&l) { |
106 | 106 | ||
107 | setLua(l); | ||
108 | |||
107 | // We create a copy of the list so we can safely traverse it while the resources disassociate | 109 | // We create a copy of the list so we can safely traverse it while the resources disassociate |
108 | // themselves from the old resource manager | 110 | // themselves from the old resource manager |
109 | ResourceList list; | 111 | ResourceList list; |