diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-08-16 11:35:11 (GMT) |
---|---|---|
committer | Pavel Labath <pavelo@centrum.sk> | 2013-02-18 21:04:26 (GMT) |
commit | 1707eeafc0efad85632603daf21d65209810202a (patch) | |
tree | 68780433e9e109c594233f09443e570165c2fe12 /src/FbTk | |
parent | b463de0b97f36d6e28fc4cec39ce382e594b8295 (diff) | |
download | fluxbox_pavel-1707eeafc0efad85632603daf21d65209810202a.zip fluxbox_pavel-1707eeafc0efad85632603daf21d65209810202a.tar.bz2 |
fluxbox-update_configs: add conversion of init files
Diffstat (limited to 'src/FbTk')
-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; |