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

Vlad Zagorodniy <vladz...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://commits.kde.org/kwi
                   |                            |n/7274aed544aad94be7d511656
                   |                            |d7f9de08a216002
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED
   Version Fixed In|                            |5.15.0

--- Comment #6 from Vlad Zagorodniy <vladz...@gmail.com> ---
Git commit 7274aed544aad94be7d511656d7f9de08a216002 by Vlad Zagorodniy.
Committed on 21/01/2019 at 18:07.
Pushed by vladz into branch 'Plasma/5.15'.

Fix VirtualDesktopManager::createVirtualDesktop

Summary:
Currently, there are several issues with
VirtualDesktopManager::createVirtualDesktop:

(a) The method expects the number parameter to be in range [1, count + 1],
    but we pass [0, count];
(b) It doesn't correctly update X11 desktop numbers.

This change tries to address all previously mentioned issues.
FIXED-IN: 5.15.0

Test Plan: No longer able to reproduce bug 403312.

Reviewers: #kwin, davidedmundson

Reviewed By: #kwin, davidedmundson

Subscribers: davidedmundson, hein, kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D18328

M  +1    -1    dbusinterface.cpp
M  +7    -5    virtualdesktops.cpp
M  +2    -4    virtualdesktops.h

https://commits.kde.org/kwin/7274aed544aad94be7d511656d7f9de08a216002

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

Reply via email to