all repos — fluxbox @ d29a3ec59026860530a61e88132e43c4e25ad7e5

custom fork of the fluxbox windowmanager

make sure subj != 0 in IconbarTool::update()
markt markt
commit

d29a3ec59026860530a61e88132e43c4e25ad7e5

parent

e30f235daf6993631a0a3ec32cce1e16ec791441

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/IconbarTool.ccsrc/IconbarTool.cc

@@ -411,7 +411,7 @@

// lock graphic update m_icon_container.setUpdateLock(true); - if (typeid(*subj) == typeid(FocusableList::FocusableListSubject)) { + if (subj && typeid(*subj) == typeid(FocusableList::FocusableListSubject)) { FocusableList::FocusableListSubject *fsubj = static_cast<FocusableList::FocusableListSubject *>(subj); if (subj == &m_winlist->addSig())