all repos — fluxbox @ 9bd6c403f2dda7b40a0a0c7e56e1569261e1251f

custom fork of the fluxbox windowmanager

using menu separator
fluxgen fluxgen
commit

9bd6c403f2dda7b40a0a0c7e56e1569261e1251f

parent

2e228593c0cc71ddd847625b1d9add4cd1f3289f

1 files changed, 4 insertions(+), 7 deletions(-)

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

@@ -1,5 +1,5 @@

// IconbarTool.cc -// Copyright (c) 2003 Henrik Kinnunen (fluxgen at users.sourceforge.net) +// Copyright (c) 2003-2004 Henrik Kinnunen (fluxgen at users.sourceforge.net) // and Simon Bowden (rathnor at users.sourceforge.net) // // Permission is hereby granted, free of charge, to any person obtaining a

@@ -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: IconbarTool.cc,v 1.40 2004/06/17 00:17:22 rathnor Exp $ +// $Id: IconbarTool.cc,v 1.41 2004/06/27 13:45:20 fluxgen Exp $ #include "IconbarTool.hh"

@@ -196,7 +196,7 @@ _FBTEXT(Toolbar, IconbarModeAllWindows, "All Windows", "All windows are shown"),

handler, IconbarTool::ALLWINDOWS, saverc_cmd)); - menu.insert("---"); // separator line + menu.insert(new FbTk::MenuSeparator()); menu.insert(new ToolbarAlignMenuItem( _FBTEXT(Align, Left, "Left", "Align to the left"),

@@ -488,10 +488,7 @@ // current workspace sig

if (&m_screen.currentWorkspaceSig() == screen_subj && mode() != ALLWINDOWS && mode() != ICONS) { remove_all = true; // remove and readd all windows - }/* else if (&m_screen.iconListSig() == screen_subj && - (mode() == ALLWINDOWS || mode() == ICONS || mode() == WORKSPACE)) { - remove_all = true; - }*/ + } } // lock graphic update