aboutsummaryrefslogtreecommitdiff
path: root/src/Toolbar.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Toolbar.cc')
-rw-r--r--src/Toolbar.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Toolbar.cc b/src/Toolbar.cc
index 09fddcb..506fb4f 100644
--- a/src/Toolbar.cc
+++ b/src/Toolbar.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Toolbar.cc,v 1.22 2002/05/03 13:14:06 fluxgen Exp $ 25// $Id: Toolbar.cc,v 1.23 2002/05/24 11:38:32 fluxgen Exp $
26 26
27// stupid macros needed to access some functions in version 2 of the GNU C 27// stupid macros needed to access some functions in version 2 of the GNU C
28// library 28// library
@@ -540,7 +540,7 @@ void Toolbar::reconfigure(void) {
540 if (!iconbar) { 540 if (!iconbar) {
541 iconbar = new IconBar(screen, frame.window_label); 541 iconbar = new IconBar(screen, frame.window_label);
542 if (screen->getIconCount()) { 542 if (screen->getIconCount()) {
543 BScreen::Icons & l = screen->getIconList(); 543 BScreen::Icons & l = screen->getIconList();
544 BScreen::Icons::iterator it = l.begin(); 544 BScreen::Icons::iterator it = l.begin();
545 BScreen::Icons::iterator it_end = l.end(); 545 BScreen::Icons::iterator it_end = l.end();
546 for(; it != it_end; ++it) { 546 for(; it != it_end; ++it) {