diff --git a/SOURCES/kde-workspace-plastik-do-not-show-disabled-buttons.patch b/SOURCES/kde-workspace-plastik-do-not-show-disabled-buttons.patch index 81d6f08..9f4e919 100644 --- a/SOURCES/kde-workspace-plastik-do-not-show-disabled-buttons.patch +++ b/SOURCES/kde-workspace-plastik-do-not-show-disabled-buttons.patch @@ -17,7 +17,7 @@ index 77676bf..6772d06 100644 + if (buttons[i] == 'A') { + if (!decoration.maximizeable) { + continue; -+ { ++ } + } + if (buttons[i] == 'X') { + if (!decoration.closeable) { diff --git a/SPECS/kde-workspace.spec b/SPECS/kde-workspace.spec index 443494a..bb26be5 100755 --- a/SPECS/kde-workspace.spec +++ b/SPECS/kde-workspace.spec @@ -22,7 +22,7 @@ Summary: KDE Workspace Name: kde-workspace Version: 4.11.19 -Release: 14%{?dist} +Release: 15%{?dist} License: GPLv2 URL: https://projects.kde.org/projects/kde/kde-workspace Source0: http://download.kde.org/stable/applications/src/14.12.1/kde-workspace-%{version}.tar.xz @@ -1388,6 +1388,10 @@ fi %endif %changelog +* Wed Dec 04 2019 Jan Grulich - 4.11.19-15 +- Fix curly bracket in the patch for Plastik decoration theme + Resolves: bz#1779401 + * Mon Aug 05 2019 Jan Grulich - 4.11.19-14 - Do not show disabled buttons in Plastik decoration theme Resolves: bz#1677641