all repos — fluxbox @ 2d8613ca6cf9befae0346ed8e55c8df356fe73de

custom fork of the fluxbox windowmanager

small patch from Mathias Gumz
rathnor rathnor
commit

2d8613ca6cf9befae0346ed8e55c8df356fe73de

parent

10ce5372d99251d65ff0d4e65c6e19cf05bb208a

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

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

@@ -20,7 +20,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: FbCommandFactory.cc,v 1.16 2003/09/10 14:06:37 fluxgen Exp $ +// $Id: FbCommandFactory.cc,v 1.17 2003/09/29 13:01:01 rathnor Exp $ #include "FbCommandFactory.hh"

@@ -40,7 +40,7 @@

FbCommandFactory::FbCommandFactory() { // setup commands that we can handle - const char commands[][52] = { + const char* commands[] = { "arrangewindows", "close", "detachclient",