all repos — fluxbox @ 37163b419cac729f7ab31be2e958a250a9151c2e

custom fork of the fluxbox windowmanager

minor fix for keys ptr
fluxgen fluxgen
commit

37163b419cac729f7ab31be2e958a250a9151c2e

parent

c563042bddf693b0ee26cdee83a7ddbddab3df89

1 files changed, 2 insertions(+), 3 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.86 2002/12/03 23:58:06 fluxgen Exp $ +// $Id: fluxbox.cc,v 1.87 2002/12/09 22:21:00 fluxgen Exp $ #include "fluxbox.hh"

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

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