all repos — fluxbox @ 824fd0db7a4b8117fecba9bb46053bdd38691803

custom fork of the fluxbox windowmanager

updated Keys
fluxgen fluxgen
commit

824fd0db7a4b8117fecba9bb46053bdd38691803

parent

256b0968db89c5a13b5a743a313d3eeeaf55e92e

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.101 2003/02/23 21:41:49 rathnor Exp $ +// $Id: fluxbox.cc,v 1.102 2003/03/01 07:30:42 fluxgen Exp $ #include "fluxbox.hh"

@@ -480,7 +480,7 @@ timer.setTimeout(0);

timer.fireOnce(True); //create keybindings handler and load keys file - key.reset(new Keys(getXDisplay(), StringUtil::expandFilename(*m_rc_keyfile).c_str())); + key.reset(new Keys(StringUtil::expandFilename(*m_rc_keyfile).c_str())); ungrab(); }