all repos — fluxbox @ ea61aa6480fa1ebc9bd8be330fe9d6ee70a963eb

custom fork of the fluxbox windowmanager

minor fix
fluxgen fluxgen
commit

ea61aa6480fa1ebc9bd8be330fe9d6ee70a963eb

parent

4e91ce1b2115bc6e6ca803a19e20b8ad502b5cde

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/fluxbox.ccsrc/fluxbox.cc

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// 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 @@ #ifdef DEBUG

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: