all repos — fluxbox @ 602115fe9ce666b8b43e50700e6b652c3da0af88

custom fork of the fluxbox windowmanager

removed next prev client from menu
fluxgen fluxgen
commit

602115fe9ce666b8b43e50700e6b652c3da0af88

parent

d2d3fbc96c72209c281bd97ba4aee12912c16d89

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

jump to
M src/Window.ccsrc/Window.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: Window.cc,v 1.251 2003/12/10 23:32:41 fluxgen Exp $ +// $Id: Window.cc,v 1.252 2003/12/12 14:59:16 fluxgen Exp $ #include "Window.hh"

@@ -3426,10 +3426,6 @@ menu.insert(maximize_item);

menu.insert("Iconify", iconify_cmd); menu.insert("Raise", raise_cmd); menu.insert("Lower", lower_cmd); - CommandRef next_client_cmd(new WindowCmd(*this, &FluxboxWindow::nextClient)); - CommandRef prev_client_cmd(new WindowCmd(*this, &FluxboxWindow::prevClient)); - menu.insert("Next Client", next_client_cmd); - menu.insert("Prev Client", prev_client_cmd); menu.insert("Send To...", new SendToMenu(*this));