aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.cc
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-07-10 14:10:39 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-11-01 09:57:21 (GMT)
commitec8876890c0e03c5775906c8095db3b6f76cbdce (patch)
treea0c82e507ae4209c179db8513a0bba13fe19e769 /src/fluxbox.cc
parent22713a05e1f0b25cdf3a34f6cf7eb1f3c4250ffe (diff)
downloadfluxbox_paul-ec8876890c0e03c5775906c8095db3b6f76cbdce.zip
fluxbox_paul-ec8876890c0e03c5775906c8095db3b6f76cbdce.tar.bz2
Attach a modifiedSig handler to the session.keyFile resource
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 1cf97a4..b20b589 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;
@@ -1193,7 +1192,6 @@ void Fluxbox::reconfigure() {
1193 1192
1194void Fluxbox::real_reconfigure() { 1193void Fluxbox::real_reconfigure() {
1195 STLUtil::forAll(m_screen_list, mem_fun(&BScreen::reconfigure)); 1194 STLUtil::forAll(m_screen_list, mem_fun(&BScreen::reconfigure));
1196 m_key->reconfigure();
1197} 1195}
1198 1196
1199BScreen *Fluxbox::findScreen(int id) { 1197BScreen *Fluxbox::findScreen(int id) {