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

Nate Graham <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Version First|6.6.80                      |6.6.0
        Reported In|                            |
                 CC|                            |[email protected]
           Keywords|                            |regression
           Priority|NOR                         |HI

--- Comment #2 from Nate Graham <[email protected]> ---
This appears to have been caused by
https://invent.kde.org/plasma/plasma-workspace/-/commit/7ef1a3ddb97a31de0c0d611c51e2baaca81dc5ef.
We're hitting the early return for sourceModel being null.

These early returns in a function intended to trigger a UI action are not
ideal.  If we hit them, the result is a button that does nothing when clicked,
as seen here.

In addition to fixing the issue, we should have these early returns bubble up
an error message that can be shown in the UI before returning. Or get rid of
the early returns and make sure the function always works.

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

Reply via email to