mirror of
https://git.launchpad.net/~ubuntu-qt-code/ubuntu/+source/calamares/+git/calamares
synced 2025-06-10 10:11:30 +00:00
Remove patches applied in upstream code.
This commit is contained in:
parent
df054d7123
commit
102a289227
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -1,6 +1,7 @@
|
|||||||
calamares (3.2.7-0ubuntu1) UNRELEASED; urgency=medium
|
calamares (3.2.7-0ubuntu1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
* Remove button update patch that was applied upstream.
|
||||||
|
|
||||||
-- Dan Simmons <kc2bez@lubuntu.me> Tue, 30 Apr 2019 19:05:07 -0400
|
-- Dan Simmons <kc2bez@lubuntu.me> Tue, 30 Apr 2019 19:05:07 -0400
|
||||||
|
|
||||||
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1,3 +1,2 @@
|
|||||||
0001-replace-pkexec-by-sudo.patch
|
0001-replace-pkexec-by-sudo.patch
|
||||||
apport-package-hook.patch
|
apport-package-hook.patch
|
||||||
update-buttons.patch
|
|
||||||
|
16
debian/patches/update-buttons.patch
vendored
16
debian/patches/update-buttons.patch
vendored
@ -1,16 +0,0 @@
|
|||||||
Description: Restore button updates in partition module
|
|
||||||
Author: Adriaan de Groot <groot@kde.org>
|
|
||||||
Bug: https://github.com/calamares/calamares/issues/1097
|
|
||||||
Applied-Upstream: https://github.com/calamares/calamares/commit/2b149fb944da8d975c05d562ab55adaa9dec25bb
|
|
||||||
Last-Update: 2019-04-08
|
|
||||||
--- a/src/modules/partition/gui/PartitionPage.cpp
|
|
||||||
+++ b/src/modules/partition/gui/PartitionPage.cpp
|
|
||||||
@@ -581,7 +581,7 @@ void
|
|
||||||
PartitionPage::onPartitionModelReset()
|
|
||||||
{
|
|
||||||
m_ui->partitionTreeView->expandAll();
|
|
||||||
- // updateButtons();
|
|
||||||
+ updateButtons();
|
|
||||||
updateBootLoaderIndex();
|
|
||||||
}
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user