https://bugs.kde.org/show_bug.cgi?id=405446

--- Comment #3 from Bernhard Übelacker <bernha...@mailbox.org> ---
(In reply to Kai Uwe Broulik from comment #2)
> Is this still an issue or just a symptom of Bug 405444?

I think both are two distinct issues:

- in 405444 we are just collecting 5 different elements in m_stages and
  therefore the most we reach is a call setStage(5)
  and never enter the exit path.

- in 405446 we reach setStage(6), but need any other call setStage(int)
  following to enter the exit path.

But there might be a reason for that ordering in
setStage(int) that I may have overlooked.
E.g. two dbus calls setStage("desktop") are expected to be received?
Therefore I am less sure about 405446.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to