copyright update
fluxgen fluxgen
1 files changed,
3 insertions(+),
2 deletions(-)
jump to
M
src/Keys.cc
→
src/Keys.cc
@@ -1,5 +1,5 @@
// Keys.cc for Fluxbox - an X11 Window manager -// Copyright (c) 2001-2002 Henrik Kinnunen (fluxgen@linuxmail.org) +// Copyright (c) 2001 - 2003 Henrik Kinnunen (fluxgen(at)users.sourceforge.net) // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"),@@ -19,7 +19,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: Keys.cc,v 1.29 2003/06/08 14:54:05 rathnor Exp $ +//$Id: Keys.cc,v 1.30 2003/06/10 12:18:26 fluxgen Exp $ #include "Keys.hh"@@ -295,6 +295,7 @@ break; //break out and read next line
} last_key->action = m_actionlist[i].action; + switch(last_key->action) { case Keys::RESTART: case Keys::EXECUTE: {