aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-08-16 11:35:11 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-11-01 10:04:02 (GMT)
commitead61a0abf15590a9fa95d02c42186356c8addf3 (patch)
tree4c126d82ea61c535ae3e4e541797b5f7301bbaad /src
parent698a4af938737295494dade50950d1aeebc8b55d (diff)
downloadfluxbox_pavel-ead61a0abf15590a9fa95d02c42186356c8addf3.zip
fluxbox_pavel-ead61a0abf15590a9fa95d02c42186356c8addf3.tar.bz2
fluxbox-update_configs: add conversion of init files
Diffstat (limited to 'src')
-rw-r--r--src/FbTk/LResource.cc2
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
104LResourceManager::LResourceManager(ResourceManager &old, Lua &l) 104LResourceManager::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;