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

David Edmundson <k...@davidedmundson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED
      Latest Commit|http://commits.kde.org/plas |http://commits.kde.org/plas
                   |ma-framework/4e9b32d80d6b43 |ma-workspace/5a1a411b41f950
                   |ad3d1ddd47c948ad066608b052  |e97d80ff7c898052fb6d02fb1a

--- Comment #27 from David Edmundson <k...@davidedmundson.co.uk> ---
Git commit 5a1a411b41f950e97d80ff7c898052fb6d02fb1a by David Edmundson.
Committed on 03/02/2016 at 17:32.
Pushed by davidedmundson into branch 'master'.

Fix the Plasma::Applet::Actions crash

We were mixing KScreen and QScreen API.

Corona.cpp checks we are requesting a containment for a valid screen
if (screen >= 0 && screen < numScreens()) {

This fails as numScreens() is Qt API based, whereas the signal we're
adding the output for is ShellCorona::addOutput
REVIEW: 126961

M  +5    -1    shell/shellcorona.cpp

http://commits.kde.org/plasma-workspace/5a1a411b41f950e97d80ff7c898052fb6d02fb1a

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

Reply via email to