aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.cc')
-rw-r--r--src/Window.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc
index 5103182..62822ab 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -3486,7 +3486,7 @@ void FluxboxWindow::updateButtons() {
3486 need_update = true; 3486 need_update = true;
3487 else { 3487 else {
3488 for (size_t j=0; j < new_size && !need_update; j++) { 3488 for (size_t j=0; j < new_size && !need_update; j++) {
3489 if ((*(*titlebar_side[i]))[j] != m_titlebar_buttons[i][j]) 3489 if ((*titlebar_side[i]).get()[j] != m_titlebar_buttons[i][j])
3490 need_update = true; 3490 need_update = true;
3491 } 3491 }
3492 } 3492 }