aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fluxbox.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc
index a439408..597f28a 100644
--- a/src/fluxbox.cc
+++ b/src/fluxbox.cc
@@ -1187,9 +1187,6 @@ BScreen *Fluxbox::findScreen(int id) {
1187} 1187}
1188 1188
1189void Fluxbox::reconfigure() { 1189void Fluxbox::reconfigure() {
1190 std::auto_ptr<FbTk::Lua> t = m_l;
1191 m_l.reset(new Lua);
1192 m_resourcemanager.setLua(*m_l);
1193 load_rc(); 1190 load_rc();
1194 STLUtil::forAll(m_screen_list, mem_fun(&BScreen::reconfigure)); 1191 STLUtil::forAll(m_screen_list, mem_fun(&BScreen::reconfigure));
1195} 1192}