aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r--src/fluxbox.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc
index fb56571..78741b5 100644
--- a/src/fluxbox.cc
+++ b/src/fluxbox.cc
@@ -354,7 +354,6 @@ Fluxbox::Fluxbox(int argc, char **argv,
354 // Create keybindings handler and load keys file 354 // Create keybindings handler and load keys file
355 // Note: this needs to be done before creating screens 355 // Note: this needs to be done before creating screens
356 m_key.reset(new Keys); 356 m_key.reset(new Keys);
357 m_key->reconfigure();
358 357
359 vector<int> screens; 358 vector<int> screens;
360 int i; 359 int i;
@@ -1237,7 +1236,6 @@ void Fluxbox::reconfigure() {
1237 1236
1238void Fluxbox::real_reconfigure() { 1237void Fluxbox::real_reconfigure() {
1239 STLUtil::forAll(m_screen_list, mem_fun(&BScreen::reconfigure)); 1238 STLUtil::forAll(m_screen_list, mem_fun(&BScreen::reconfigure));
1240 m_key->reconfigure();
1241} 1239}
1242 1240
1243BScreen *Fluxbox::findScreen(int id) { 1241BScreen *Fluxbox::findScreen(int id) {