Merge ~nteodosio/update-manager:bionic-ua into update-manager:ubuntu/bionic

Proposed by Nathan Teodosio
Status: Merged
Approved by: Sebastien Bacher
Approved revision: 55a1fb6a73727f0ea8d4c34012d7817f1065e636
Merged at revision: 55a1fb6a73727f0ea8d4c34012d7817f1065e636
Proposed branch: ~nteodosio/update-manager:bionic-ua
Merge into: update-manager:ubuntu/bionic
Diff against target: 50 lines (+31/-0)
2 files modified
data/gtkbuilder/UpdateManager.ui (+24/-0)
debian/changelog (+7/-0)
Reviewer Review Type Date Requested Status
Sebastien Bacher Approve
Review via email: mp+457180@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/data/gtkbuilder/UpdateManager.ui b/data/gtkbuilder/UpdateManager.ui
index d5321a2..7a53445 100644
--- a/data/gtkbuilder/UpdateManager.ui
+++ b/data/gtkbuilder/UpdateManager.ui
@@ -5,6 +5,30 @@
5 <property name="visible">True</property>5 <property name="visible">True</property>
6 <property name="can_focus">False</property>6 <property name="can_focus">False</property>
7 <property name="spacing">12</property>7 <property name="spacing">12</property>
8 <!--
9 https://launchpad.net/bugs/2045918
10 Old widgets from 18.04.11 need to be kept, even though invisible, because
11 otherwise updating Update Manager itself via Update Manager will crash when
12 Update Manager recalculates itself. That is because the old Update Manager
13 file is still the being executed, whereas this ui file will be the new one.
14 -->
15 <child>
16 <object class="GtkNotebook" id="notebook_details">
17 <property name="visible">False</property>
18 </object>
19 </child>
20 <child>
21 <object class="GtkExpander" id="expander_desc">
22 <property name="visible">False</property>
23 </object>
24 </child>
25 <child>
26 <object class="GtkTextView" id="textview_descr">
27 <property name="visible">False</property>
28 </object>
29 </child>
30 <!-- End of old widgets -->
31
8 <child>32 <child>
9 <object class="GtkExpander" id="expander_news">33 <object class="GtkExpander" id="expander_news">
10 <property name="visible">False</property>34 <property name="visible">False</property>
diff --git a/debian/changelog b/debian/changelog
index 9e8c039..9e83e4e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
1update-manager (1:18.04.11.22) bionic; urgency=medium
2
3 * Add back removed widgets to UI file to fix crash when updating
4 Upgrade Manager from inside itself (LP: #2045918).
5
6 -- Nathan Pratta Teodosio <nathan.teodosio@canonical.com> Fri, 08 Dec 2023 15:39:44 +0100
7
1update-manager (1:18.04.11.21) bionic; urgency=medium8update-manager (1:18.04.11.21) bionic; urgency=medium
29
3 * Fix incorrect available version for Ubuntu Pro updates in unattached case10 * Fix incorrect available version for Ubuntu Pro updates in unattached case

Subscribers

People subscribed via source and target branches