From ea61aa6480fa1ebc9bd8be330fe9d6ee70a963eb Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Mon, 13 Oct 2003 19:31:04 +0000
Subject: minor fix

---
 src/fluxbox.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/fluxbox.cc b/src/fluxbox.cc
index 45ec6e7..7b089a5 100644
--- a/src/fluxbox.cc
+++ b/src/fluxbox.cc
@@ -22,7 +22,7 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
-// $Id: fluxbox.cc,v 1.198 2003/10/09 16:48:09 rathnor Exp $
+// $Id: fluxbox.cc,v 1.199 2003/10/13 19:31:04 fluxgen Exp $
 
 #include "fluxbox.hh"
 
@@ -843,7 +843,7 @@ void Fluxbox::handleEvent(XEvent * const e) {
         cerr<<__FILE__<<"("<<__FUNCTION__<<"): MappingNotify"<<endl;
 #endif // DEBUG        
 
-        FbTk::KeyUtil::instance()->init(); // reinitialise the key utils
+        FbTk::KeyUtil::instance().init(); // reinitialise the key utils
 
         break;
     case CreateNotify:
-- 
cgit v0.11.2