diff options
Diffstat (limited to 'src/IconbarTool.cc')
-rw-r--r-- | src/IconbarTool.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/IconbarTool.cc b/src/IconbarTool.cc index e2eede4..82fdf26 100644 --- a/src/IconbarTool.cc +++ b/src/IconbarTool.cc | |||
@@ -596,12 +596,6 @@ void IconbarTool::update(FbTk::Subject *subj) { | |||
596 | 596 | ||
597 | return; | 597 | return; |
598 | 598 | ||
599 | } else if (subj == &(winsubj->win().titleSig())) { | ||
600 | IconButton *button = findButton(winsubj->win()); | ||
601 | if (button == 0) | ||
602 | return; | ||
603 | button->setText(winsubj->win().title()); | ||
604 | return; | ||
605 | } else { | 599 | } else { |
606 | // signal not handled | 600 | // signal not handled |
607 | return; | 601 | return; |
@@ -897,7 +891,6 @@ void IconbarTool::addWindow(FluxboxWindow &win) { | |||
897 | win.dieSig().attach(this); | 891 | win.dieSig().attach(this); |
898 | win.workspaceSig().attach(this); | 892 | win.workspaceSig().attach(this); |
899 | win.stateSig().attach(this); | 893 | win.stateSig().attach(this); |
900 | win.titleSig().attach(this); | ||
901 | 894 | ||
902 | } | 895 | } |
903 | 896 | ||