Merge lp:~azzar1/update-notifier/handle-applying-state-livepatch into lp:update-notifier/ubuntu

Proposed by Andrea Azzarone
Status: Merged
Approved by: Sebastien Bacher
Approved revision: 963
Merged at revision: 969
Proposed branch: lp:~azzar1/update-notifier/handle-applying-state-livepatch
Merge into: lp:update-notifier/ubuntu
Diff against target: 13 lines (+2/-1)
1 file modified
src/livepatch-tray.c (+2/-1)
To merge this branch: bzr merge lp:~azzar1/update-notifier/handle-applying-state-livepatch
Reviewer Review Type Date Requested Status
Sebastien Bacher Approve
Review via email: mp+366059@code.launchpad.net

Commit message

Handle "applying" Livepatch state.

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
=== modified file 'src/livepatch-tray.c'
--- src/livepatch-tray.c 2019-03-15 16:48:29 +0000
+++ src/livepatch-tray.c 2019-04-15 14:42:05 +0000
@@ -161,7 +161,8 @@
161 gtk_menu_item_set_label(GTK_MENU_ITEM(priv->menuitem_desc), label);161 gtk_menu_item_set_label(GTK_MENU_ITEM(priv->menuitem_desc), label);
162 }162 }
163 else if (!g_strcmp0(check_state, "needs-check") ||163 else if (!g_strcmp0(check_state, "needs-check") ||
164 !g_strcmp0(state, "unapplied"))164 !g_strcmp0(state, "unapplied") ||
165 !g_strcmp0(state, "applying"))
165 {166 {
166 /* Check livepatch status again */167 /* Check livepatch status again */
167 return G_SOURCE_CONTINUE;168 return G_SOURCE_CONTINUE;

Subscribers

People subscribed via source and target branches

to all changes: