all repos — fluxbox @ 04dcbebc79382ac1fa2c5f89c87753bf39aa6049

custom fork of the fluxbox windowmanager

fix little bug in deiconifying windows when in "Workspace" Toolbar mode
rathnor rathnor
commit

04dcbebc79382ac1fa2c5f89c87753bf39aa6049

parent

4c852829b871030bb8f8a2669ab3ea8eab044deb

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

jump to
M src/ToolbarHandler.ccsrc/ToolbarHandler.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: ToolbarHandler.cc,v 1.1 2003/03/03 21:51:09 rathnor Exp $ +// $Id: ToolbarHandler.cc,v 1.2 2003/03/10 21:38:47 rathnor Exp $ /** * The ToolbarHandler class acts as a rough interface to the toolbar.

@@ -250,9 +250,9 @@ // this function only relevant for icons

switch (m_mode) { case OFF: case NONE: + case WORKSPACE: case ALLWINDOWS: break; - case WORKSPACE: case WORKSPACEICONS: if (win.getWorkspaceNumber() != m_current_workspace) break; // else fall through and do the same as icons (knowing it is the right ws)