aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-08-16 11:35:11 (GMT)
committerPaul Tagliamonte <paultag@fluxbox.org>2012-04-07 02:13:13 (GMT)
commit88c93f1b9ead48ad25ba13eb233576199e8f56b3 (patch)
tree631a5bd455fbc5a39dcce0ca2c985d660e0cda26 /src
parentbc803c3211f3caa3554c9e96f687701de007b436 (diff)
downloadfluxbox_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.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;