all repos — fluxbox @ 655c7b9de66989e271d89a68e7141b5922934ac7

custom fork of the fluxbox windowmanager

minor stuff
fluxgen fluxgen
commit

655c7b9de66989e271d89a68e7141b5922934ac7

parent

3e42524cbf680178159bd242e34ee45bd902d282

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

jump to
M src/Toolbar.ccsrc/Toolbar.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: Toolbar.cc,v 1.142 2004/06/08 11:47:10 rathnor Exp $ +// $Id: Toolbar.cc,v 1.143 2004/06/10 17:07:58 fluxgen Exp $ #include "Toolbar.hh"

@@ -888,10 +888,10 @@ first = false;

last_bw = (*item_it)->borderWidth(); - if ((*item_it)->type() == ToolbarItem::FIXED && (*item_it)->active()) { + if ((*item_it)->type() == ToolbarItem::FIXED) { fixed_width += (*item_it)->width(); fixed_items++; - } else if ((*item_it)->type() == ToolbarItem::RELATIVE && (*item_it)->active()) { + } else if ((*item_it)->type() == ToolbarItem::RELATIVE) { relative_items++; } }