D5261: Fix TasksModel.anyTaskDemandsAttention not updating on window closure.

2017-03-31 Thread Eike Hein
This revision was automatically updated to reflect the committed changes. Closed by commit R120:628593db4c65: Fix TasksModel.anyTaskDemandsAttention not updating on window closure. (authored by hein). REPOSITORY R120 Plasma Workspace CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D526

D5261: Fix TasksModel.anyTaskDemandsAttention not updating on window closure.

2017-03-31 Thread Marco Martin
mart accepted this revision. mart added a comment. This revision is now accepted and ready to land. tested, works REPOSITORY R120 Plasma Workspace BRANCH Plasma/5.8 REVISION DETAIL https://phabricator.kde.org/D5261 To: hein, #plasma, mart Cc: plasma-devel, progwolff, lesliezhai, ali-m

D5261: Fix TasksModel.anyTaskDemandsAttention not updating on window closure.

2017-03-31 Thread Eike Hein
hein created this revision. Restricted Application added a project: Plasma. REVISION SUMMARY Previously we updated the prop after checking for AbstractTasksModel::IsDemandingAttention on window closure, but as the window is gone, we can't actually get state for it anymore, so we always nee