Plasma/5.14 Errata: Difference between revisions

From KDE Community Wiki
(Created page with "https://cgit.kde.org/plasma-desktop.git/commit/?h=Plasma/5.14&id=ed34cc5f181e61d1fc98872866c5d7300a90af86 Summary: Fixes regression introduced with ab26ebb18b74: That diff con...")
 
No edit summary
Line 1: Line 1:
https://cgit.kde.org/plasma-desktop.git/commit/?h=Plasma/5.14&id=ed34cc5f181e61d1fc98872866c5d7300a90af86
https://cgit.kde.org/plasma-desktop.git/commit/?h=Plasma/5.14&id=ed34cc5f181e61d1fc98872866c5d7300a90af86
Summary: Fixes regression introduced with ab26ebb18b74: That diff contained a change unrelated to the original submission, swapping a || out for && in response to a review note. This turns out to have broken things.
 
BUG:401508  
* Summary: Fixes regression introduced with ab26ebb18b74: That diff contained a change unrelated to the original submission, swapping a || out for && in response to a review note. This turns out to have broken things.
Reviewers: davidedmundson
 
Subscribers: plasma-devel
*BUG: https://bugs.kde.org/401508  
Tags: #plasma Differential Revision: https://phabricator.kde.org/D17219
*Reviewers: davidedmundson
*Subscribers: plasma-devel
*Tags: #plasma Differential Revision: https://phabricator.kde.org/D17219

Revision as of 11:00, 29 November 2018

https://cgit.kde.org/plasma-desktop.git/commit/?h=Plasma/5.14&id=ed34cc5f181e61d1fc98872866c5d7300a90af86

  • Summary: Fixes regression introduced with ab26ebb18b74: That diff contained a change unrelated to the original submission, swapping a || out for && in response to a review note. This turns out to have broken things.