diff options
author | fluxgen <fluxgen> | 2003-06-10 12:18:26 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-06-10 12:18:26 (GMT) |
commit | 9d430c9ca9b4d0e56af80f2998d7848be025ee0f (patch) | |
tree | a0345d080dc1ef2cd19b2e78711a5e4f925ed37d | |
parent | 70f4c49f297f2133ac6f1d17b017eca4ad399ee9 (diff) | |
download | fluxbox-9d430c9ca9b4d0e56af80f2998d7848be025ee0f.zip fluxbox-9d430c9ca9b4d0e56af80f2998d7848be025ee0f.tar.bz2 |
copyright update
-rw-r--r-- | src/Keys.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Keys.cc b/src/Keys.cc index 3adf6ec..5913b2b 100644 --- a/src/Keys.cc +++ b/src/Keys.cc | |||
@@ -1,5 +1,5 @@ | |||
1 | // Keys.cc for Fluxbox - an X11 Window manager | 1 | // Keys.cc for Fluxbox - an X11 Window manager |
2 | // Copyright (c) 2001-2002 Henrik Kinnunen (fluxgen@linuxmail.org) | 2 | // Copyright (c) 2001 - 2003 Henrik Kinnunen (fluxgen(at)users.sourceforge.net) |
3 | // | 3 | // |
4 | // Permission is hereby granted, free of charge, to any person obtaining a | 4 | // Permission is hereby granted, free of charge, to any person obtaining a |
5 | // copy of this software and associated documentation files (the "Software"), | 5 | // copy of this software and associated documentation files (the "Software"), |
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | //$Id: Keys.cc,v 1.29 2003/06/08 14:54:05 rathnor Exp $ | 22 | //$Id: Keys.cc,v 1.30 2003/06/10 12:18:26 fluxgen Exp $ |
23 | 23 | ||
24 | 24 | ||
25 | #include "Keys.hh" | 25 | #include "Keys.hh" |
@@ -295,6 +295,7 @@ bool Keys::load(const char *filename) { | |||
295 | } | 295 | } |
296 | 296 | ||
297 | last_key->action = m_actionlist[i].action; | 297 | last_key->action = m_actionlist[i].action; |
298 | |||
298 | switch(last_key->action) { | 299 | switch(last_key->action) { |
299 | case Keys::RESTART: | 300 | case Keys::RESTART: |
300 | case Keys::EXECUTE: { | 301 | case Keys::EXECUTE: { |