aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.cc
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-07-10 14:10:39 (GMT)
committerPaul Tagliamonte <paultag@fluxbox.org>2012-04-07 02:11:31 (GMT)
commit30df36260411112985fdc6ded6d8ad17e079752d (patch)
treec54cd25af7b255e1f15e4c43a7bd9258332349e7 /src/fluxbox.cc
parent7d488e2df6095fdd81b42c2d469c416b9b4d9144 (diff)
downloadfluxbox_paul-30df36260411112985fdc6ded6d8ad17e079752d.zip
fluxbox_paul-30df36260411112985fdc6ded6d8ad17e079752d.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 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) {