minor fix
This commit is contained in:
parent
4e91ce1b21
commit
ea61aa6480
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// 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"
|
#include "fluxbox.hh"
|
||||||
|
|
||||||
|
@ -843,7 +843,7 @@ void Fluxbox::handleEvent(XEvent * const e) {
|
||||||
cerr<<__FILE__<<"("<<__FUNCTION__<<"): MappingNotify"<<endl;
|
cerr<<__FILE__<<"("<<__FUNCTION__<<"): MappingNotify"<<endl;
|
||||||
#endif // DEBUG
|
#endif // DEBUG
|
||||||
|
|
||||||
FbTk::KeyUtil::instance()->init(); // reinitialise the key utils
|
FbTk::KeyUtil::instance().init(); // reinitialise the key utils
|
||||||
|
|
||||||
break;
|
break;
|
||||||
case CreateNotify:
|
case CreateNotify:
|
||||||
|
|
Loading…
Reference in a new issue