all repos — fluxbox @ 0b1e5a15dc42cb66fdcc3c381f4b3de4e14f68e5

custom fork of the fluxbox windowmanager

minor indentation
fluxgen fluxgen
commit

0b1e5a15dc42cb66fdcc3c381f4b3de4e14f68e5

parent

c9e7dbde630b2d38b172b6cfd7b527a76110412e

1 files changed, 2 insertions(+), 2 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.22 2002/05/03 13:14:06 fluxgen Exp $ +// $Id: Toolbar.cc,v 1.23 2002/05/24 11:38:32 fluxgen Exp $ // stupid macros needed to access some functions in version 2 of the GNU C // library

@@ -540,7 +540,7 @@ if (Fluxbox::instance()->useIconBar()) {

if (!iconbar) { iconbar = new IconBar(screen, frame.window_label); if (screen->getIconCount()) { - BScreen::Icons & l = screen->getIconList(); + BScreen::Icons & l = screen->getIconList(); BScreen::Icons::iterator it = l.begin(); BScreen::Icons::iterator it_end = l.end(); for(; it != it_end; ++it) {