aboutsummaryrefslogtreecommitdiff
path: root/src/IconbarTool.cc
diff options
context:
space:
mode:
authorsimonb <simonb>2006-04-17 23:34:01 (GMT)
committersimonb <simonb>2006-04-17 23:34:01 (GMT)
commitb9af026688f0945196582af5773d62f5df3f97f3 (patch)
treed97e66e4271480644f3ff2a2c0106730d1f714f4 /src/IconbarTool.cc
parent3e6def97d18133baf82b596cb742a2f7ef4f9f00 (diff)
downloadfluxbox-b9af026688f0945196582af5773d62f5df3f97f3.zip
fluxbox-b9af026688f0945196582af5773d62f5df3f97f3.tar.bz2
iconbutton handling fixes
Diffstat (limited to 'src/IconbarTool.cc')
-rw-r--r--src/IconbarTool.cc7
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