all repos — fluxbox @ 17665c37f7a19cf21526bc1ff1654d26446956a2

custom fork of the fluxbox windowmanager

forgot a comma
fluxgen fluxgen
commit

17665c37f7a19cf21526bc1ff1654d26446956a2

parent

33ba1f51092176f8ca87143afef5cd6cd7f6ae0c

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.4 2003/06/30 21:51:47 fluxgen Exp $ +// $Id: FbCommandFactory.cc,v 1.5 2003/06/30 22:21:33 fluxgen Exp $ #include "FbCommandFactory.hh"

@@ -40,7 +40,7 @@ // setup commands that we can handle

const char commands[][25] = { "setstyle", "saverc", - "reconfigure" + "reconfigure", "execcommand", "exec", "execute",