aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-10-13 19:31:04 (GMT)
committerfluxgen <fluxgen>2003-10-13 19:31:04 (GMT)
commitea61aa6480fa1ebc9bd8be330fe9d6ee70a963eb (patch)
tree853b29edaebea6576fe389a4f6ce0d055dd08efa
parent4e91ce1b2115bc6e6ca803a19e20b8ad502b5cde (diff)
downloadfluxbox-ea61aa6480fa1ebc9bd8be330fe9d6ee70a963eb.zip
fluxbox-ea61aa6480fa1ebc9bd8be330fe9d6ee70a963eb.tar.bz2
minor fix
-rw-r--r--src/fluxbox.cc4
1 files 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 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: fluxbox.cc,v 1.198 2003/10/09 16:48:09 rathnor Exp $ 25// $Id: fluxbox.cc,v 1.199 2003/10/13 19:31:04 fluxgen Exp $
26 26
27#include "fluxbox.hh" 27#include "fluxbox.hh"
28 28
@@ -843,7 +843,7 @@ void Fluxbox::handleEvent(XEvent * const e) {
843 cerr<<__FILE__<<"("<<__FUNCTION__<<"): MappingNotify"<<endl; 843 cerr<<__FILE__<<"("<<__FUNCTION__<<"): MappingNotify"<<endl;
844#endif // DEBUG 844#endif // DEBUG
845 845
846 FbTk::KeyUtil::instance()->init(); // reinitialise the key utils 846 FbTk::KeyUtil::instance().init(); // reinitialise the key utils
847 847
848 break; 848 break;
849 case CreateNotify: 849 case CreateNotify: