mirror of
https://git.launchpad.net/~ubuntu-qt-code/ubuntu/+source/calamares/+git/calamares
synced 2025-02-10 12:17:31 +00:00
Restore button updates in partition page.
Summary: Restore the button update status matches the current state. This resolves T40 lp:#1823569 Test Plan: Verify in manual partitioning that the buttons are updated properly. Reviewers: tsimonq2, wxl Reviewed By: wxl Maniphest Tasks: T40 Differential Revision: https://phab.lubuntu.me/D3
This commit is contained in:
parent
7b9786437a
commit
3758f97ccd
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
calamares (3.2.4-0ubuntu2) disco; urgency=medium
|
||||
|
||||
* Restore button updates in partition page (LP: #1823569).
|
||||
|
||||
-- Dan Simmons <kc2bez@lubuntu.me> Mon, 08 Apr 2019 07:18:07 -0400
|
||||
|
||||
calamares (3.2.4-0ubuntu1) disco; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1,2 +1,3 @@
|
||||
0001-replace-pkexec-by-sudo.patch
|
||||
apport-package-hook.patch
|
||||
update-buttons.patch
|
||||
|
16
debian/patches/update-buttons.patch
vendored
Normal file
16
debian/patches/update-buttons.patch
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
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